From fe46647ef5671095d17734792a1dcc675d54d34c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Jun 2018 16:53:27 +0200 Subject: score: Macros to declare and define global symbols Add RTEMS_DEFINE_GLOBAL_SYMBOL() and add RTEMS_DECLARE_GLOBAL_SYMBOL(). Update #3459. --- testsuites/sptests/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testsuites/sptests/Makefile.am') diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index 8519702bb1..d3a2e10869 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -1493,6 +1493,15 @@ spmkdir_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spmkdir) \ $(support_includes) endif +if TEST_spmisc01 +sp_tests += spmisc01 +sp_screens += spmisc01/spmisc01.scn +sp_docs += spmisc01/spmisc01.doc +spmisc01_SOURCES = spmisc01/init.c +spmisc01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spmisc01) \ + $(support_includes) +endif + if TEST_spmountmgr01 sp_tests += spmountmgr01 sp_screens += spmountmgr01/spmountmgr01.scn -- cgit v1.2.3