From f893788005db800c0bdb8d02ae2a9aa6ce3437a9 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Mon, 31 Dec 2012 16:25:22 +0000 Subject: [PATCH] Annotate C32 functions as having no test driver --- functions/uchar/_PDCLIB_c32srtombs.c | 1 + functions/uchar/_PDCLIB_mbsrtoc32s.c | 1 + 2 files changed, 2 insertions(+) diff --git a/functions/uchar/_PDCLIB_c32srtombs.c b/functions/uchar/_PDCLIB_c32srtombs.c index da80259..d5918cc 100644 --- a/functions/uchar/_PDCLIB_c32srtombs.c +++ b/functions/uchar/_PDCLIB_c32srtombs.c @@ -55,6 +55,7 @@ size_t _PDCLIB_c32srtombs( int main( void ) { + TESTCASE( NO_TESTDRIVER ); return TEST_RESULTS; } #endif \ No newline at end of file diff --git a/functions/uchar/_PDCLIB_mbsrtoc32s.c b/functions/uchar/_PDCLIB_mbsrtoc32s.c index 0571e2c..394f3eb 100644 --- a/functions/uchar/_PDCLIB_mbsrtoc32s.c +++ b/functions/uchar/_PDCLIB_mbsrtoc32s.c @@ -54,6 +54,7 @@ size_t _PDCLIB_mbsrtoc32s( int main( void ) { + TESTCASE( NO_TESTDRIVER ); return TEST_RESULTS; } #endif -- 2.40.0