X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdlib%2Fsystem.c;h=8b5d4d7023270471dec3eddb1d5728369ef58ed3;hb=18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e;hp=6f4aded95bf58777c933aa4f4dc30bf02dd490f7;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/platform/example/functions/stdlib/system.c b/platform/example/functions/stdlib/system.c index 6f4aded..8b5d4d7 100644 --- a/platform/example/functions/stdlib/system.c +++ b/platform/example/functions/stdlib/system.c @@ -32,6 +32,7 @@ int system( const char * string ) } #ifdef TEST + #include "_PDCLIB_test.h" #define SHELLCOMMAND "echo 'SUCCESS testing system()'"