source: rtems/testsuites/sptests/spintrcritical08/Makefile.am @ bbebcd2c

4.104.115
Last change on this file since bbebcd2c was bbebcd2c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/21/09 at 15:16:57

2009-07-21 Joel Sherrill <joel.sherrill@…>

  • spintrcritical06/init.c: Add comment to indicate test is not finished and known to not hit the case.
  • Makefile.am, configure.ac: Add a couple more interrupt critical section tests.
  • spintrcritical08/.cvsignore, spintrcritical08/Makefile.am, spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc, spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore, spintrcritical09/Makefile.am, spintrcritical09/init.c, spintrcritical09/spintrcritical09.doc, spintrcritical09/spintrcritical09.scn: New files.
  • Property mode set to 100644
File size: 848 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = spintrcritical08
8spintrcritical08_SOURCES = init.c \
9    ../spintrcritical_support/intrcritical.c
10
11dist_rtems_tests_DATA = spintrcritical08.scn
12dist_rtems_tests_DATA += spintrcritical08.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18spintrcritical08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
19
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
22
23LINK_OBJS = $(spintrcritical08_OBJECTS) $(spintrcritical08_LDADD)
24LINK_LIBS = $(spintrcritical08_LDLIBS)
25
26spintrcritical08$(EXEEXT): $(spintrcritical08_OBJECTS) $(spintrcritical08_DEPENDENCIES)
27        @rm -f spintrcritical08$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.