source: rtems/testsuites/libtests/Makefile.am @ 48aa4b5d

5
Last change on this file since 48aa4b5d was 1358d4c, checked in by Christian Mauderer <Christian.Mauderer@…>, on 11/13/17 at 08:21:30

getentropy: Add test.

Update #3239.

  • Property mode set to 100644
File size: 2.1 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS  =
4_SUBDIRS += POSIX
5_SUBDIRS += block01
6_SUBDIRS += block02
7_SUBDIRS += block03
8_SUBDIRS += block04
9_SUBDIRS += block05
10_SUBDIRS += block06
11_SUBDIRS += block07
12_SUBDIRS += block08
13_SUBDIRS += block09
14_SUBDIRS += block10
15_SUBDIRS += block11
16_SUBDIRS += block12
17_SUBDIRS += block13
18_SUBDIRS += block14
19_SUBDIRS += block15
20_SUBDIRS += block16
21_SUBDIRS += block17
22_SUBDIRS += bspcmdline01
23_SUBDIRS += capture01
24_SUBDIRS += complex
25_SUBDIRS += cpuuse
26_SUBDIRS += crypt01
27_SUBDIRS += defaultconfig01
28_SUBDIRS += devfs01
29_SUBDIRS += devfs02
30_SUBDIRS += devfs03
31_SUBDIRS += devfs04
32_SUBDIRS += deviceio01
33_SUBDIRS += devnullfatal01
34_SUBDIRS += dumpbuf01
35_SUBDIRS += exit01
36_SUBDIRS += exit02
37_SUBDIRS += flashdisk01
38_SUBDIRS += gxx01
39_SUBDIRS += heapwalk
40_SUBDIRS += i2c01
41_SUBDIRS += libfdt01
42_SUBDIRS += malloc02
43_SUBDIRS += malloc03
44_SUBDIRS += malloc04
45_SUBDIRS += malloctest
46_SUBDIRS += math
47_SUBDIRS += mathf
48_SUBDIRS += mathl
49_SUBDIRS += md501
50_SUBDIRS += monitor
51_SUBDIRS += monitor02
52_SUBDIRS += mouse01
53_SUBDIRS += newlib01
54_SUBDIRS += putenvtest
55_SUBDIRS += pwdgrp01
56_SUBDIRS += pwdgrp02
57_SUBDIRS += getentropy01
58_SUBDIRS += rbheap01
59_SUBDIRS += rtmonuse
60_SUBDIRS += sha
61_SUBDIRS += shell01
62_SUBDIRS += sparsedisk01
63_SUBDIRS += spi01
64_SUBDIRS += stackchk
65_SUBDIRS += stackchk01
66_SUBDIRS += stringto01
67_SUBDIRS += tar01
68_SUBDIRS += tar02
69_SUBDIRS += tar03
70_SUBDIRS += termios
71_SUBDIRS += termios01
72_SUBDIRS += termios02
73_SUBDIRS += termios03
74_SUBDIRS += termios04
75_SUBDIRS += termios05
76_SUBDIRS += termios06
77_SUBDIRS += termios07
78_SUBDIRS += termios08
79_SUBDIRS += termios09
80_SUBDIRS += top
81_SUBDIRS += tztest
82_SUBDIRS += uid01
83_SUBDIRS += utf8proc01
84
85if NETTESTS
86if HAS_POSIX
87_SUBDIRS += mghttpd01
88endif
89_SUBDIRS += ftp01
90_SUBDIRS += networking01
91_SUBDIRS += syscall01
92endif
93
94##
95## The libdl use use AM's BUILT_SOURCE and this has a weird side effect of
96## restarting the subdir loop. No idea why.
97##
98if DLTESTS
99_SUBDIRS += dl01 dl02 dl03
100if HAS_CXX
101_SUBDIRS += dl04 dl05
102endif
103endif
104
105if DEBUGGERTESTS
106_SUBDIRS += debugger01
107endif
108
109include $(top_srcdir)/../automake/subdirs.am
110include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.