source: rtems/testsuites/libtests/Makefile.am @ 3c462734

4.115
Last change on this file since 3c462734 was 3c462734, checked in by Sebastian Huber <sebastian.huber@…>, on 05/14/12 at 10:13:04

libblock: Fix purge device tree traversal

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