summaryrefslogtreecommitdiffstats
path: root/newlib/testsuite/lib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-10-18 18:18:49 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-10-18 18:18:49 +0000
commit94c5b430a1a635ffcbc99962de04df537dd62802 (patch)
tree93f1bf6797446b6ae73f45a2ca276c85ab46dfc9 /newlib/testsuite/lib
parent5d8c2b592de4ecd8c870d1112ae3ecc9a456c8bc (diff)
downloadcygnal-94c5b430a1a635ffcbc99962de04df537dd62802.tar.gz
cygnal-94c5b430a1a635ffcbc99962de04df537dd62802.tar.bz2
cygnal-94c5b430a1a635ffcbc99962de04df537dd62802.zip
2002-10-18 Jeff Johnston <jjohnstn@redhat.com>
* 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.
Diffstat (limited to 'newlib/testsuite/lib')
-rw-r--r--newlib/testsuite/lib/newlib.exp3
1 files changed, 3 insertions, 0 deletions
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" && \