source: rtems/testsuites/psxtmtests/psxtmcond08/Makefile.am @ 72f3b05

4.115
Last change on this file since 72f3b05 was 72f3b05, checked in by Christopher Kerl <zargyyoyo@…>, on 01/11/13 at 20:33:37

Create POSIX Timing Test psxtmcond09

Modifications were made to this submission allow the same init.c
file to be ran by three tests that were very similar using posix
pthread_cond_timedwait and pthread_cond_wait.

  • Property mode set to 100644
File size: 906 bytes
Line 
1MANAGERS = all
2
3rtems_tests_PROGRAMS = psxtmcond08
4psxtmcond08_SOURCES  = init.c
5psxtmcond08_SOURCES += ../../tmtests/include/timesys.h
6psxtmcond08_SOURCES += ../../support/src/tmtests_empty_function.c
7psxtmcond08_SOURCES += ../../support/src/tmtests_support.c
8
9dist_rtems_tests_DATA = psxtmcond08.doc
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15OPERATION_COUNT = @OPERATION_COUNT@
16AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
17AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19AM_CPPFLAGS += -DUSE_WAIT
20
21LINK_OBJS = $(psxtmcond08_OBJECTS) $(psxtmcond08_LDADD)
22LINK_LIBS = $(psxtmcond08_LDLIBS)
23
24psxtmcond08$(EXEEXT): $(psxtmcond08_OBJECTS) $(psxtmcond08_DEPENDENCIES)
25        @rm -f psxtmcond08$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.