From 367bac5167e3c24b26310bafd59a26dc548a3a33 Mon Sep 17 00:00:00 2001 From: jdoubleu Date: Thu, 24 Mar 2022 17:49:08 +0100 Subject: [PATCH] fix testsuite --- newlib/testsuite/lib/passfail.exp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newlib/testsuite/lib/passfail.exp b/newlib/testsuite/lib/passfail.exp index 5e7eb21..2c9abf6 100644 --- a/newlib/testsuite/lib/passfail.exp +++ b/newlib/testsuite/lib/passfail.exp @@ -4,6 +4,8 @@ # is freely granted, provided that this notice is preserved. # +load_lib newlib.exp + # newlib_pass_fail_all compiles and runs all the source files in the # test directory. If flag is -x, then the sources whose basenames are # listed in exclude_list are not compiled and run. -- 2.35.1