added tests as prepared by oliver
This commit is contained in:
14
test/ref/minimal.c
Normal file
14
test/ref/minimal.c
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
!!DESCRIPTION!! minimal Program, checks if the Compiler and testsuite framework works
|
||||
!!ORIGIN!! testsuite
|
||||
!!LICENCE!! Public Domain
|
||||
!!AUTHOR!! Groepaz/Hitmen
|
||||
*/
|
||||
|
||||
int main(void)
|
||||
{
|
||||
#if 1
|
||||
printf("it works :)\n");
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user