source: rtems/testsuites/libtests/Makefile.am @ 65d8263

Last change on this file since 65d8263 was 9f527308, checked in by Sebastian Huber <sebastian.huber@…>, on 06/12/12 at 07:46:09

libblock: Add block device statistics

  • Property mode set to 100644
File size: 817 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3SUBDIRS = POSIX
4SUBDIRS += block14
5SUBDIRS += block13
6SUBDIRS += rbheap01
7SUBDIRS += flashdisk01
8
9SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
10    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
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 block11 block12 stringto01 \
17    tar01 tar02 tar03 \
18    math mathf mathl complex \
19    mouse01
20
21if NETTESTS
22SUBDIRS += ftp01
23SUBDIRS += syscall01
24endif
25
26include $(top_srcdir)/../automake/subdirs.am
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.