mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 06:37:11 +08:00
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:
@@ -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 ***
|
||||
Reference in New Issue
Block a user