From c9ca68d7b5f380070f9c4b75d953bcd5920984e7 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Tue, 18 Jun 2002 22:39:17 +0000 Subject: * testsuite/lib/passfail.exp (newlib_pass_fail_all): New procedure. (newlib_pass_fail): Change to compile and run only one file. * testsuite/newlib.locale/locale.exp: Use new newlib_pass_fail_all procedure. * testsuite/newlib.string/string.exp: Likewise. --- newlib/testsuite/newlib.string/string.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/testsuite/newlib.string') diff --git a/newlib/testsuite/newlib.string/string.exp b/newlib/testsuite/newlib.string/string.exp index 2b602960a..cd5d7d689 100644 --- a/newlib/testsuite/newlib.string/string.exp +++ b/newlib/testsuite/newlib.string/string.exp @@ -6,7 +6,7 @@ load_lib passfail.exp -set nonpassfailtests { +set exclude_list { } -newlib_pass_fail $nonpassfailtests +newlib_pass_fail_all -x $exclude_list -- cgit v1.2.3