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

4.115
Last change on this file since b013e6d was 270434cc, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/10 at 18:16:50

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

PR 1532/testing

  • Makefile.am, configure.ac: Add initial tests for untar capabilities.
  • tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc, tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c, tar02/tar02.doc, tar02/tar02.scn: New files.
  • Property mode set to 100644
File size: 618 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = POSIX
8
9SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
10    devnullfatal01 gxx01 gxx02 \
11    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
12    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
13    termios termios01 termios02 termios03 termios04 termios05 \
14    termios06 termios07 termios08 \
15    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
16    block08 block09 block10 stringto01 \
17    tar01 tar02 tar03
18
19include $(top_srcdir)/../automake/subdirs.am
20include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.