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

5
Last change on this file since a0d4e99 was a0d4e99, checked in by Chris Johns <chrisj@…>, on 11/25/16 at 04:13:36

cpukit: Add libdebugger, a remote debugger agent for GDB.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS = POSIX
4_SUBDIRS += libfdt01
5_SUBDIRS += defaultconfig01
6_SUBDIRS += pwdgrp02
7_SUBDIRS += shell01
8_SUBDIRS += pwdgrp01
9_SUBDIRS += crypt01
10_SUBDIRS += sha
11_SUBDIRS += i2c01
12_SUBDIRS += spi01
13_SUBDIRS += newlib01
14_SUBDIRS += block17
15_SUBDIRS += exit02
16_SUBDIRS += exit01
17_SUBDIRS += utf8proc01
18_SUBDIRS += md501
19_SUBDIRS += sparsedisk01
20_SUBDIRS += block16
21_SUBDIRS += block15
22_SUBDIRS += block14
23_SUBDIRS += block13
24_SUBDIRS += rbheap01
25_SUBDIRS += flashdisk01
26_SUBDIRS += capture01
27
28_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
29    deviceio01 devnullfatal01 dumpbuf01 gxx01 top\
30    malloctest malloc02 malloc03 malloc04 heapwalk \
31    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
32    termios termios01 termios02 termios03 termios04 termios05 \
33    termios06 termios07 termios08 \
34    tztest block01 block02 block03 block04 block05 block06 block07 \
35    block08 block09 block10 block11 block12 stringto01 \
36    tar01 tar02 tar03 \
37    math mathf mathl complex \
38    mouse01 uid01
39
40if NETTESTS
41if HAS_POSIX
42_SUBDIRS += mghttpd01
43endif
44_SUBDIRS += ftp01
45_SUBDIRS += networking01
46_SUBDIRS += syscall01
47endif
48
49if DLTESTS
50_SUBDIRS += dl01 dl02 dl03
51if HAS_CXX
52_SUBDIRS += dl04 dl05
53endif
54endif
55
56if DEBUGGERTESTS
57_SUBDIRS += debugger01
58endif
59
60include $(top_srcdir)/../automake/test-subdirs.am
61include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.