From f3e6b18a4aa799d778ded7c952baeac6ae26ade0 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Wed, 26 Feb 2014 09:41:04 -0600 Subject: smptests: Add smppsxaffinity01. This test exercises the ability to obtain and modify the affinity field of the POSIX thread attributes. --- testsuites/smptests/smppsxaffinity01/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testsuites/smptests/smppsxaffinity01/Makefile.am (limited to 'testsuites/smptests/smppsxaffinity01/Makefile.am') diff --git a/testsuites/smptests/smppsxaffinity01/Makefile.am b/testsuites/smptests/smppsxaffinity01/Makefile.am new file mode 100644 index 0000000000..1788923f73 --- /dev/null +++ b/testsuites/smptests/smppsxaffinity01/Makefile.am @@ -0,0 +1,23 @@ + +rtems_tests_PROGRAMS = smppsxaffinity01 +smppsxaffinity01_SOURCES = init.c + +dist_rtems_tests_DATA = smppsxaffinity01.scn +dist_rtems_tests_DATA += smppsxaffinity01.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)/include +AM_CPPFLAGS += -I$(top_srcdir)/../support/include + +LINK_OBJS = $(smppsxaffinity01_OBJECTS) +LINK_LIBS = $(smppsxaffinity01_LDLIBS) + +smppsxaffinity01$(EXEEXT): $(smppsxaffinity01_OBJECTS) $(smppsxaffinity01_DEPENDENCIES) + @rm -f smppsxaffinity01$(EXEEXT) + $(make-exe) + +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3