Files
rtems/testsuites/sptests/spintrcritical15/Makefile.am
T
Joel Sherrill 33692dd004 2009-07-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test case for a thread timing out on a
	thread queue while another thread is in the process of blocking on
	the same thread queue.
	* spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
	spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
	spintrcritical15/spintrcritical15.scn: New files.
2009-07-27 22:04:19 +00:00

31 lines
848 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = spintrcritical15
spintrcritical15_SOURCES = init.c \
../spintrcritical_support/intrcritical.c
dist_rtems_tests_DATA = spintrcritical15.scn
dist_rtems_tests_DATA += spintrcritical15.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
spintrcritical15_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
LINK_OBJS = $(spintrcritical15_OBJECTS) $(spintrcritical15_LDADD)
LINK_LIBS = $(spintrcritical15_LDLIBS)
spintrcritical15$(EXEEXT): $(spintrcritical15_OBJECTS) $(spintrcritical15_DEPENDENCIES)
@rm -f spintrcritical15$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am