source: rtems/testsuites/psxtmtests/Makefile.am @ 5f66df53

4.115
Last change on this file since 5f66df53 was dfe9034, checked in by Joel Sherrill <joel.sherrill@…>, on 06/22/11 at 20:53:33

2011-06-22 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test case for sleep - blocking.
  • psxtmsleep02/.cvsignore, psxtmsleep02/Makefile.am, psxtmsleep02/init.c, psxtmsleep02/psxtmsleep02.doc: New files.
  • Property mode set to 100644
File size: 369 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
13endif
14
15DIST_SUBDIRS = $(SUBDIRS)
16# EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h
17
18include $(top_srcdir)/../automake/subdirs.am
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.