From 94c5b430a1a635ffcbc99962de04df537dd62802 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 18 Oct 2002 18:18:49 +0000 Subject: 2002-10-18 Jeff Johnston * testsuite/include/check.h: New header file to use with test cases. * testsuite/lib/newlib.exp: Add testsuite/include directory to list of header files to use. * testsuite/newlib.wctype/twctype.c: New test case for iswctype fns. * testsuite/newlib.wctype/wctype.exp: New file. --- newlib/testsuite/lib/newlib.exp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newlib/testsuite/lib') diff --git a/newlib/testsuite/lib/newlib.exp b/newlib/testsuite/lib/newlib.exp index 48f527e7a..c53a8a819 100644 --- a/newlib/testsuite/lib/newlib.exp +++ b/newlib/testsuite/lib/newlib.exp @@ -58,6 +58,9 @@ proc newlib_target_compile { source dest type options } { global host_triplet target_triplet verbose "In newlib_target_compile...\n" + + lappend options "libs=-I$srcdir/include" + verbose "srcdir is $srcdir" if {[target_info needs_status_wrapper] != "" && \ [target_info needs_status_wrapper] != "0" && \ -- cgit v1.2.3