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/samples/base_mp/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 testsuites/ada/samples/base_mp/Makefile.am (limited to 'testsuites/ada/samples/base_mp/Makefile.am') diff --git a/testsuites/ada/samples/base_mp/Makefile.am b/testsuites/ada/samples/base_mp/Makefile.am new file mode 100644 index 0000000000..ed05ebbd72 --- /dev/null +++ b/testsuites/ada/samples/base_mp/Makefile.am @@ -0,0 +1,21 @@ +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../automake/compile.am + +_SUBDIRS = node1 node2 +#include $(top_srcdir)/ada.am + +#mptest$(EXEEXT): mptest.adb +# $(GNATCOMPILE) -margs -a $< -o $@ + +#if EXPADA +#noinst_PROGRAMS = mptest +#endif + +#mptest_exe_SOURCES = mptest.adb mptest.ads + +#EXTRA_DIST += node1/mptest-per_node_configuration.adb + +#EXTRA_DIST += node2/mptest-per_node_configuration.adb + +include $(top_srcdir)/../automake/subdirs.am +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3