From 39993d6d7693b9fd26d729efd199cc605cd2ae65 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 May 2013 10:14:55 +0200 Subject: score: Add CPU context validation --- testsuites/sptests/spcontext01/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testsuites/sptests/spcontext01/Makefile.am (limited to 'testsuites/sptests/spcontext01/Makefile.am') diff --git a/testsuites/sptests/spcontext01/Makefile.am b/testsuites/sptests/spcontext01/Makefile.am new file mode 100644 index 0000000000..b1c7de2e6c --- /dev/null +++ b/testsuites/sptests/spcontext01/Makefile.am @@ -0,0 +1,19 @@ +rtems_tests_PROGRAMS = spcontext01 +spcontext01_SOURCES = init.c + +dist_rtems_tests_DATA = spcontext01.scn spcontext01.doc + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../automake/compile.am +include $(top_srcdir)/../automake/leaf.am + +AM_CPPFLAGS += -I$(top_srcdir)/../support/include + +LINK_OBJS = $(spcontext01_OBJECTS) +LINK_LIBS = $(spcontext01_LDLIBS) + +spcontext01$(EXEEXT): $(spcontext01_OBJECTS) $(spcontext01_DEPENDENCIES) + @rm -f spcontext01$(EXEEXT) + $(make-exe) + +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3