Bug fixing and detecting wrong parameters
This commit is contained in:
@@ -85,6 +85,9 @@ set(TESTS
|
||||
t_kill.c
|
||||
t_itimer.c
|
||||
t_gid.c
|
||||
|
||||
# Testing my program
|
||||
myProg.c
|
||||
)
|
||||
|
||||
foreach(TEST ${TESTS})
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("File di test\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user