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/sptests/spatcb01/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/ada/sptests/spatcb01/Makefile.am') diff --git a/testsuites/ada/sptests/spatcb01/Makefile.am b/testsuites/ada/sptests/spatcb01/Makefile.am index b27c692cd8..1edd8989ce 100644 --- a/testsuites/ada/sptests/spatcb01/Makefile.am +++ b/testsuites/ada/sptests/spatcb01/Makefile.am @@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am noinst_PROGRAMS = ada_spatcb01 ada_spatcb01_SOURCES = spatcb01.adb config.h -ada_spatcb01_SOURCES += ../../support/init.c +ada_spatcb01_SOURCES += init.c ada_spatcb01$(EXEEXT): spatcb01.adb init.$(OBJEXT) $(GNATCOMPILE) -margs -a $< -o $@ -- cgit v1.2.3