source: rtems/testsuites/psxtests/psxcond01/Makefile.am @ 14d3ad4f

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

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

  • Makefile.am, configure.ac: Add new test to exercise error case for when a task is blocked on a condition variable with one mutex and another task attempts to block on the same condition variable with another mutex.
  • psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c, psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
  • Property mode set to 100644
File size: 729 bytes
RevLine 
[14d3ad4f]1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxcond01
8psxcond01_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxcond01.scn
11dist_rtems_tests_DATA += psxcond01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxcond01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(psxcond01_OBJECTS) $(psxcond01_LDADD)
23LINK_LIBS = $(psxcond01_LDLIBS)
24
25psxcond01$(EXEEXT): $(psxcond01_OBJECTS) \
26    $(psxcond01_DEPENDENCIES)
27        @rm -f psxcond01$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.