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/tmtests/tmoverhd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/ada/tmtests/tmoverhd/Makefile.am') diff --git a/testsuites/ada/tmtests/tmoverhd/Makefile.am b/testsuites/ada/tmtests/tmoverhd/Makefile.am index e12637fc51..75e9719426 100644 --- a/testsuites/ada/tmtests/tmoverhd/Makefile.am +++ b/testsuites/ada/tmtests/tmoverhd/Makefile.am @@ -6,7 +6,7 @@ include $(top_srcdir)/ada.am noinst_PROGRAMS = ada_tmoverhd ada_tmoverhd_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \ dummy_rtems.adb dummy_rtems.ads -ada_tmoverhd_SOURCES += ../../support/init.c +ada_tmoverhd_SOURCES += init.c ada_tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT) $(GNATCOMPILE) -margs -a $< -o $@ -- cgit v1.2.3