X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrcoll.c;h=6b012b7a29a451a5542032d16979ecb652d79baf;hp=4b2529b82e9c8365008c6b6431136115183d075b;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/string/strcoll.c b/functions/string/strcoll.c index 4b2529b..6b012b7 100644 --- a/functions/string/strcoll.c +++ b/functions/string/strcoll.c @@ -23,6 +23,7 @@ int strcoll( const char * s1, const char * s2 ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -36,4 +37,5 @@ int main( void ) TESTCASE( strcmp( abcde, empty ) > 0 ); return TEST_RESULTS; } + #endif