X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fsignal%2Fsignal.c;h=e6775e7cf5fb05ccf7570fc3c7dad4cfab74e692;hb=18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e;hp=f8fce3c624d052ae8707d26fe096415da0deb7bb;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/platform/example/functions/signal/signal.c b/platform/example/functions/signal/signal.c index f8fce3c..e6775e7 100644 --- a/platform/example/functions/signal/signal.c +++ b/platform/example/functions/signal/signal.c @@ -63,6 +63,7 @@ void (*signal( int sig, void (*func)( int ) ) )( int ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -70,4 +71,5 @@ int main( void ) /* Testing covered by raise.c */ return TEST_RESULTS; } + #endif