From ee537ea3dd964d4de3565a36b4857af31fb5a3f4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Oct 2017 10:00:10 +0200 Subject: ada-tests: Move to testsuites/ada This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079. --- testsuites/ada/mptests/mp08/node2/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testsuites/ada/mptests/mp08/node2/Makefile.am (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 new file mode 100644 index 0000000000..1a3271d713 --- /dev/null +++ b/testsuites/ada/mptests/mp08/node2/Makefile.am @@ -0,0 +1,19 @@ +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../automake/compile.am + +include $(top_srcdir)/ada.am + +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$(EXEEXT): mp08_node2.adb ../mptest.adb init.$(OBJEXT) + $(GNATCOMPILE) -margs -a $< -o $@ + +scndir = $(rtems_ada_testsdir) +dist_scn_DATA = ada_mp08-node2.scn + +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3