source: rtems/testsuites/libtests/Makefile.am @ f938d598

4.115
Last change on this file since f938d598 was f938d598, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/10 at 14:37:46

2010-07-01 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test for GCC C++ library helpers.
  • gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc, gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
  • Property mode set to 100644
File size: 475 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = POSIX
8
9SUBDIRS += bspcmdline01 cpuuse gxx01 malloctest malloc02 malloc03 heapwalk \
10    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
11    termios termios01 termios02 termios03 termios04 termios05 \
12    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
13    block08 block09 block10 stringto01
14
15include $(top_srcdir)/../automake/subdirs.am
16include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.