source: rtems/testsuites/libtests/Makefile.am @ 175263e

5
Last change on this file since 175263e was 175263e, checked in by Sebastian Huber <sebastian.huber@…>, on 10/15/15 at 09:38:03

libfdt: Initial import

Import from:

git://git.kernel.org/pub/scm/utils/dtc/dtc.git

Commit:

604e61e081e3c6c8fa1a8189c71cb3908a5bbc1e

Date:

2015-09-29T09:09:08Z

  • Property mode set to 100644
File size: 1.3 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 += newlib01
13_SUBDIRS += block17
14_SUBDIRS += exit02
15_SUBDIRS += exit01
16_SUBDIRS += utf8proc01
17_SUBDIRS += md501
18_SUBDIRS += sparsedisk01
19_SUBDIRS += block16
20_SUBDIRS += block15
21_SUBDIRS += block14
22_SUBDIRS += block13
23_SUBDIRS += rbheap01
24_SUBDIRS += flashdisk01
25_SUBDIRS += capture01
26
27_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
28    deviceio01 devnullfatal01 dumpbuf01 gxx01 top\
29    malloctest malloc02 malloc03 malloc04 heapwalk \
30    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
31    termios termios01 termios02 termios03 termios04 termios05 \
32    termios06 termios07 termios08 \
33    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
34    block08 block09 block10 block11 block12 stringto01 \
35    tar01 tar02 tar03 \
36    math mathf mathl complex \
37    mouse01 uid01
38
39if NETTESTS
40if HAS_POSIX
41_SUBDIRS += mghttpd01
42endif
43_SUBDIRS += ftp01
44_SUBDIRS += syscall01
45endif
46
47if DLTESTS
48_SUBDIRS += dl01 dl02
49endif
50
51include $(top_srcdir)/../automake/test-subdirs.am
52include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.