source: rtems/testsuites/psxtmtests/psxtmsem02/Makefile.am @ 8f37695

4.115
Last change on this file since 8f37695 was 8f37695, checked in by Joel Sherrill <joel.sherrill@…>, on 07/22/11 at 17:22:10

2011-07-22 Ricardo Aguirre <el.mastin@…>

PR 1847/tests

  • Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various non-blocking semaphore operations.
  • psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c, psxtmsem02/psxtmsem02.doc: New files.
  • Property mode set to 100644
File size: 827 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxtmsem02
8psxtmsem02_SOURCES = init.c ../../tmtests/include/timesys.h \
9    ../../support/src/tmtests_empty_function.c \
10    ../../support/src/tmtests_support.c
11
12dist_rtems_tests_DATA = psxtmsem02.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18OPERATION_COUNT = @OPERATION_COUNT@
19AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
20AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(psxtmsem02_OBJECTS) $(psxtmsem02_LDADD)
24LINK_LIBS = $(psxtmsem02_LDLIBS)
25
26psxtmsem02$(EXEEXT): $(psxtmsem02_OBJECTS) $(psxtmsem02_DEPENDENCIES)
27        @rm -f psxtmsem02$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.