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

4.115
Last change on this file since f95d74a4 was f95d74a4, checked in by Sebastian Huber <sebastian.huber@…>, on 12/16/12 at 16:33:57

libtests/md501: New test

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