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/automake/compile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/automake') diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am index f7f0fb623f..83d4ab111c 100644 --- a/testsuites/automake/compile.am +++ b/testsuites/automake/compile.am @@ -24,5 +24,6 @@ AM_LDFLAGS += $(TEST_LD_FLAGS) LDADD = LDADD += $(RTEMS_ROOT)lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@/librtemsbsp.a LDADD += $(RTEMS_ROOT)cpukit/librtemscpu.a +LDADD += $(RTEMS_ROOT)cpukit/librtemstest.a CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf -- cgit v1.2.3