aboutsummaryrefslogtreecommitdiff
path: root/newlib/testsuite
diff options
context:
space:
mode:
authorjdoubleu <hi@jdoubleu.de>2022-04-07 11:31:40 +0200
committerJeff Johnston <jjohnstn@redhat.com>2022-04-07 11:27:40 -0400
commit2c157e7e23074a690494771a96a18033842e75be (patch)
treea88d14d06e16bcb0f11cb91f7ecbd3bd359342ff /newlib/testsuite
parentbd95aa4d335bb27edb8a3b8335eb28f7c73d4187 (diff)
downloadnewlib-2c157e7e23074a690494771a96a18033842e75be.zip
newlib-2c157e7e23074a690494771a96a18033842e75be.tar.gz
newlib-2c157e7e23074a690494771a96a18033842e75be.tar.bz2
fix testsuite cannot compile tests
DEJAGNU could not find the function 'newlib_target_compile', because it was defined in another file.
Diffstat (limited to 'newlib/testsuite')
-rw-r--r--newlib/testsuite/lib/passfail.exp2
1 files changed, 2 insertions, 0 deletions
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.