source: rtems/testsuites/libtests/Makefile.am @ 0d68d8f2

4.115
Last change on this file since 0d68d8f2 was 0d68d8f2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/26/12 at 19:29:36

libtests/block16: New test

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