source: rtems/testsuites/libtests/Makefile.am @ 49120e8

4.115
Last change on this file since 49120e8 was 49120e8, checked in by Sebastian Huber <sebastian.huber@…>, on 04/23/13 at 12:30:35

libtests/exit01: New test

  • Property mode set to 100644
File size: 954 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS = POSIX
4SUBDIRS += exit01
5SUBDIRS += md501
6SUBDIRS += sparsedisk01
7SUBDIRS += block16
8SUBDIRS += block15
9SUBDIRS += block14
10SUBDIRS += block13
11SUBDIRS += rbheap01
12SUBDIRS += flashdisk01
13
14SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
15    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
16    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
17    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
18    termios termios01 termios02 termios03 termios04 termios05 \
19    termios06 termios07 termios08 \
20    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
21    block08 block09 block10 block11 block12 stringto01 \
22    tar01 tar02 tar03 \
23    math mathf mathl complex \
24    mouse01
25
26if NETTESTS
27if HAS_POSIX
28SUBDIRS += mghttpd01
29endif
30SUBDIRS += ftp01
31SUBDIRS += syscall01
32endif
33
34include $(top_srcdir)/../automake/subdirs.am
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.