From 6fe01e4b3d52b47c916bc4989e042255ff38e2ca Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Jan 2019 09:08:18 +0100 Subject: build: Move test support to librtemstest.a One reason to move the test support into a dedicated library are the standard output __wrap_*() functions. They may conflict with application level wrappers. Update #3199. --- testsuites/ada/ada.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/ada') diff --git a/testsuites/ada/ada.am b/testsuites/ada/ada.am index 33d0c3ae2f..83260687c2 100644 --- a/testsuites/ada/ada.am +++ b/testsuites/ada/ada.am @@ -9,7 +9,7 @@ GNATCOMPILE = $(GNATMAKE) \ -bargs -Mgnat_main \ -margs $(AM_ADAFLAGS) $(ADAFLAGS) \ -cargs $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \ --largs $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) init.o +-largs $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -lrtemstest init.o CLEANFILES += *.ali *.o b~*.adb b~*.ads -- cgit v1.2.3