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

4.115
Last change on this file since f12249f was f12249f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/02/12 at 13:08:08

libblock: Fix continuous blocks write request

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