summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
blob: 6659b2a11bfe3125ee5c1f64a82660159785bb77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ACLOCAL_AMFLAGS = -I ../aclocal

SUBDIRS = POSIX
SUBDIRS += block17
SUBDIRS += exit02
SUBDIRS += exit01
SUBDIRS += utf8proc01
SUBDIRS += md501
SUBDIRS += sparsedisk01
SUBDIRS += block16
SUBDIRS += block15
SUBDIRS += block14
SUBDIRS += block13
SUBDIRS += rbheap01
SUBDIRS += flashdisk01

SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
    deviceio01 devnullfatal01 dumpbuf01 gxx01 \
    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
    termios termios01 termios02 termios03 termios04 termios05 \
    termios06 termios07 termios08 \
    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
    block08 block09 block10 block11 block12 stringto01 \
    tar01 tar02 tar03 \
    math mathf mathl complex \
    mouse01 uid01

if NETTESTS
if HAS_POSIX
SUBDIRS += mghttpd01
endif
SUBDIRS += ftp01
SUBDIRS += syscall01
endif

include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am