source: rtems/testsuites/psxtmtests/psxtmrwlock01/Makefile.am @ 8fffe77

4.115
Last change on this file since 8fffe77 was 8fffe77, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/11 at 13:23:33

2011-08-02 Ricardo Aguirre <el.mastin@…>

PR 1874/tests

  • Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of multiple pthread_rwlock operations that can be done as single shot times.
  • psxtmrwlock01/.cvsignore, psxtmrwlock01/Makefile.am, psxtmrwlock01/init.c, psxtmrwlock01/psxtmrwlock01.doc: New files.
  • Property mode set to 100644
File size: 857 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxtmrwlock01
8psxtmrwlock01_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 = psxtmrwlock01.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 = $(psxtmrwlock01_OBJECTS) $(psxtmrwlock01_LDADD)
24LINK_LIBS = $(psxtmrwlock01_LDLIBS)
25
26psxtmrwlock01$(EXEEXT): $(psxtmrwlock01_OBJECTS) $(psxtmrwlock01_DEPENDENCIES)
27        @rm -f psxtmrwlock01$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.