From 1fca16659754d1e7c0ac12a81bd24003dbc80c56 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Nov 2019 11:41:06 +0100 Subject: testsuites/ada: Introduce init.c files Provide an init.c for each Ada test instead of the #include magic which works only due to hand crafted include paths. Update #3818. --- testsuites/ada/mptests/mp08/node2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/ada/mptests/mp08/node2/Makefile.am') diff --git a/testsuites/ada/mptests/mp08/node2/Makefile.am b/testsuites/ada/mptests/mp08/node2/Makefile.am index 4f174acea1..6f808f1bb8 100644 --- a/testsuites/ada/mptests/mp08/node2/Makefile.am +++ b/testsuites/ada/mptests/mp08/node2/Makefile.am @@ -8,7 +8,7 @@ AM_ADAFLAGS += -I$(srcdir)/.. noinst_PROGRAMS = mp08_ada_mp08_node2 mp08_ada_mp08_node2_SOURCES = mp08_node2.adb ../mptest.adb config.h mp08_ada_mp08_node2_SOURCES += ../mptest.ads -mp08_ada_mp08_node2_SOURCES += ../../../support/init.c +mp08_ada_mp08_node2_SOURCES += init.c mp08_ada_mp08_node2$(EXEEXT): mp08_node2.adb ../mptest.adb init.$(OBJEXT) $(GNATCOMPILE) -margs -a $< -o $@ -- cgit v1.2.3