Changeset 1461b648 in rtems for testsuites/libtests/Makefile.am
- Timestamp:
- 05/04/14 22:12:52 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- bee71f8e
- Parents:
- b0e83e12
- git-author:
- Chris Johns <chrisj@…> (05/04/14 22:12:52)
- git-committer:
- Chris Johns <chrisj@…> (05/05/14 00:24:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/Makefile.am
rb0e83e12 r1461b648 1 1 ACLOCAL_AMFLAGS = -I ../aclocal 2 2 3 SUBDIRS = POSIX4 SUBDIRS += newlib015 SUBDIRS += block176 SUBDIRS += exit027 SUBDIRS += exit018 SUBDIRS += utf8proc019 SUBDIRS += md50110 SUBDIRS += sparsedisk0111 SUBDIRS += block1612 SUBDIRS += block1513 SUBDIRS += block1414 SUBDIRS += block1315 SUBDIRS += rbheap0116 SUBDIRS += flashdisk013 _SUBDIRS = POSIX 4 _SUBDIRS += newlib01 5 _SUBDIRS += block17 6 _SUBDIRS += exit02 7 _SUBDIRS += exit01 8 _SUBDIRS += utf8proc01 9 _SUBDIRS += md501 10 _SUBDIRS += sparsedisk01 11 _SUBDIRS += block16 12 _SUBDIRS += block15 13 _SUBDIRS += block14 14 _SUBDIRS += block13 15 _SUBDIRS += rbheap01 16 _SUBDIRS += flashdisk01 17 17 18 SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \18 _SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \ 19 19 deviceio01 devnullfatal01 dumpbuf01 gxx01 \ 20 20 malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \ … … 30 30 if NETTESTS 31 31 if HAS_POSIX 32 SUBDIRS += mghttpd0132 _SUBDIRS += mghttpd01 33 33 endif 34 SUBDIRS += ftp0135 SUBDIRS += syscall0134 _SUBDIRS += ftp01 35 _SUBDIRS += syscall01 36 36 endif 37 37 38 include $(top_srcdir)/../automake/ subdirs.am38 include $(top_srcdir)/../automake/test-subdirs.am 39 39 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.