Last change
on this file was
1fca1665,
checked in by Sebastian Huber <sebastian.huber@…>, on Nov 27, 2019 at 10:41:06 AM
|
testsuites/ada: Introduce init.c files
Provide an init.c for each Ada test instead of the #include <config.h>
magic which works only due to hand crafted include paths.
Update #3818.
|
-
Property mode set to
100644
|
File size:
380 bytes
|
Line | |
---|
1 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
2 | include $(top_srcdir)/../automake/compile.am |
---|
3 | |
---|
4 | include $(top_srcdir)/ada.am |
---|
5 | |
---|
6 | noinst_PROGRAMS = ada_sp13 |
---|
7 | ada_sp13_SOURCES = sp13.adb config.h sptest.adb sptest.ads |
---|
8 | ada_sp13_SOURCES += init.c |
---|
9 | |
---|
10 | ada_sp13$(EXEEXT): sp13.adb init.$(OBJEXT) |
---|
11 | $(GNATCOMPILE) -margs -a $< -o $@ |
---|
12 | |
---|
13 | scndir = $(rtems_ada_testsdir) |
---|
14 | dist_scn_DATA = ada_sp13.scn |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.