ada-tests: Move to testsuites/ada

This solves a build dependency issue, e.g. building tests before
librtemsbsp.a exists.

Close #3079.
This commit is contained in:
Sebastian Huber
2017-10-12 10:53:16 +02:00
parent b3874e1531
commit ee537ea3dd
522 changed files with 259 additions and 259 deletions
@@ -0,0 +1,22 @@
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/ada.am
AM_ADAFLAGS += -I$(srcdir)/..
if EXPADA
noinst_PROGRAMS = ada_base_mp_node2
ada_base_mp_node2_SOURCES = mptest-per_node_configuration.adb
endif
ada_base_mp_node2$(EXEEXT): ../mptest.adb init.o
$(GNATCOMPILE) -margs -a $< -o $@
init.o: ../../../support/init.c
$(COMPILE.c) -DNODE_NUMBER=2 -I$(srcdir)/.. -c $<
scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_base_mp-node2.scn
include $(top_srcdir)/../automake/local.am
@@ -0,0 +1,5 @@
*** SAMPLE MULTIPROCESSOR APPLICATION ***
Creating and starting an application task
This task was invoked with the node argument (2)
This task has the id of 0x20002
*** END OF SAMPLE MULTIPROCESSOR APPLICATION ***