source: rtems/testsuites/psxtmtests/Makefile.am @ baa12f26

4.115
Last change on this file since baa12f26 was 3023a1d, checked in by Jennifer Averett <Jennifer.Averett@…>, on 06/29/11 at 19:09:12

2011-06-29 Ricardo Aguirre

  • psxtmtests/Makefile.am, psxtmtests/configure.ac, psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
  • psxtmtests/psxtmnanosleep01/Makefile.am, psxtmtests/psxtmnanosleep01/init.c, psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc, psxtmtests/psxtmnanosleep02/Makefile.am, psxtmtests/psxtmnanosleep02/init.c, psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
  • Property mode set to 100644
File size: 425 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7if HAS_POSIX
8SUBDIRS = psxtmmutex02
9SUBDIRS += psxtmsleep01
10SUBDIRS += psxtmsleep02
11SUBDIRS += psxtmthread01
12SUBDIRS += psxtmthread03
13SUBDIRS += psxtmnanosleep01
14SUBDIRS += psxtmnanosleep02
15endif
16
17DIST_SUBDIRS = $(SUBDIRS)
18# EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
19
20include $(top_srcdir)/../automake/subdirs.am
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.