X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=platform%2Fexample%2Ffunctions%2Fstdlib%2Fsystem.c;h=8b5d4d7023270471dec3eddb1d5728369ef58ed3;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=6f4aded95bf58777c933aa4f4dc30bf02dd490f7;hpb=2040228f27d623585d339dec175c4e779ca9edb5;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()'"