From eecb54552d93d0a2791811cac96a34e9efad5311 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 24 Jul 2009 20:43:06 +0000 Subject: 2009-07-24 Joel Sherrill * Makefile.am, configure.ac: Add new test to exercise odd case in rtems_iterate_over_all_threads. * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc, sp41/sp41.scn: New files. --- testsuites/sptests/sp41/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testsuites/sptests/sp41/Makefile.am (limited to 'testsuites/sptests/sp41/Makefile.am') diff --git a/testsuites/sptests/sp41/Makefile.am b/testsuites/sptests/sp41/Makefile.am new file mode 100644 index 0000000000..8e445a6b1f --- /dev/null +++ b/testsuites/sptests/sp41/Makefile.am @@ -0,0 +1,28 @@ +## +## $Id$ +## + +MANAGERS = all + +rtems_tests_PROGRAMS = sp41 +sp41_SOURCES = init.c + +dist_rtems_tests_DATA = sp41.scn +dist_rtems_tests_DATA += sp41.doc + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../automake/compile.am +include $(top_srcdir)/../automake/leaf.am + +sp41_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) + +AM_CPPFLAGS += -I$(top_srcdir)/../support/include + +LINK_OBJS = $(sp41_OBJECTS) $(sp41_LDADD) +LINK_LIBS = $(sp41_LDLIBS) + +sp41$(EXEEXT): $(sp41_OBJECTS) $(sp41_DEPENDENCIES) + @rm -f sp41$(EXEEXT) + $(make-exe) + +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3