From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2134) id 5089F3857C71; Thu, 7 Apr 2022 15:28:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5089F3857C71 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jeff Johnston To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] fix testsuite cannot compile tests X-Act-Checkin: newlib-cygwin X-Git-Author: jdoubleu X-Git-Refname: refs/heads/master X-Git-Oldrev: bd95aa4d335bb27edb8a3b8335eb28f7c73d4187 X-Git-Newrev: 2c157e7e23074a690494771a96a18033842e75be Message-Id: <20220407152804.5089F3857C71@sourceware.org> Date: Thu, 7 Apr 2022 15:28:04 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2022 15:28:04 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D2c157e7e230= 74a690494771a96a18033842e75be commit 2c157e7e23074a690494771a96a18033842e75be Author: jdoubleu Date: Thu Apr 7 11:31:40 2022 +0200 fix testsuite cannot compile tests =20 DEJAGNU could not find the function 'newlib_target_compile', because it= was defined in another file. Diff: --- newlib/testsuite/lib/passfail.exp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newlib/testsuite/lib/passfail.exp b/newlib/testsuite/lib/passf= ail.exp index 5e7eb21e7..2c9abf609 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. # =20 +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.