Changeset 1461b648 in rtems
- 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)
- Files:
-
- 32 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/fstests/Makefile.am
rb0e83e12 r1461b648 1 1 ACLOCAL_AMFLAGS = -I ../aclocal 2 2 3 SUBDIRS = 4 SUBDIRS += fsdosfsname015 SUBDIRS += fsdosfswrite016 SUBDIRS += fsdosfsformat017 SUBDIRS += fsfseeko018 SUBDIRS += fsdosfssync019 SUBDIRS += imfs_fserror10 SUBDIRS += imfs_fslink11 SUBDIRS += imfs_fspatheval12 SUBDIRS += imfs_fspermission13 SUBDIRS += imfs_fsrdwr14 SUBDIRS += imfs_fssymlink15 SUBDIRS += imfs_fstime16 SUBDIRS += jffs2_fserror17 SUBDIRS += jffs2_fslink18 SUBDIRS += jffs2_fspatheval19 SUBDIRS += jffs2_fspermission20 SUBDIRS += jffs2_fsrdwr21 SUBDIRS += jffs2_fssymlink22 SUBDIRS += jffs2_fstime23 SUBDIRS += mdosfs_fserror24 SUBDIRS += mdosfs_fspatheval25 SUBDIRS += mdosfs_fsrdwr26 SUBDIRS += mdosfs_fsstatvfs27 SUBDIRS += mimfs_fserror28 SUBDIRS += mimfs_fslink29 SUBDIRS += mimfs_fspatheval30 SUBDIRS += mimfs_fspermission31 SUBDIRS += mimfs_fsrdwr32 SUBDIRS += mimfs_fssymlink33 SUBDIRS += mimfs_fstime34 SUBDIRS += mimfs_fsrename35 SUBDIRS += mrfs_fserror36 SUBDIRS += mrfs_fslink37 SUBDIRS += mrfs_fspatheval38 SUBDIRS += mrfs_fspermission39 SUBDIRS += mrfs_fsrdwr40 SUBDIRS += mrfs_fssymlink41 SUBDIRS += mrfs_fstime42 SUBDIRS += mrfs_fsfpathconf43 SUBDIRS += fsrfsbitmap0144 SUBDIRS += fsnofs0145 SUBDIRS += fsimfsgeneric0146 SUBDIRS += fsbdpart013 _SUBDIRS = 4 _SUBDIRS += fsdosfsname01 5 _SUBDIRS += fsdosfswrite01 6 _SUBDIRS += fsdosfsformat01 7 _SUBDIRS += fsfseeko01 8 _SUBDIRS += fsdosfssync01 9 _SUBDIRS += imfs_fserror 10 _SUBDIRS += imfs_fslink 11 _SUBDIRS += imfs_fspatheval 12 _SUBDIRS += imfs_fspermission 13 _SUBDIRS += imfs_fsrdwr 14 _SUBDIRS += imfs_fssymlink 15 _SUBDIRS += imfs_fstime 16 _SUBDIRS += jffs2_fserror 17 _SUBDIRS += jffs2_fslink 18 _SUBDIRS += jffs2_fspatheval 19 _SUBDIRS += jffs2_fspermission 20 _SUBDIRS += jffs2_fsrdwr 21 _SUBDIRS += jffs2_fssymlink 22 _SUBDIRS += jffs2_fstime 23 _SUBDIRS += mdosfs_fserror 24 _SUBDIRS += mdosfs_fspatheval 25 _SUBDIRS += mdosfs_fsrdwr 26 _SUBDIRS += mdosfs_fsstatvfs 27 _SUBDIRS += mimfs_fserror 28 _SUBDIRS += mimfs_fslink 29 _SUBDIRS += mimfs_fspatheval 30 _SUBDIRS += mimfs_fspermission 31 _SUBDIRS += mimfs_fsrdwr 32 _SUBDIRS += mimfs_fssymlink 33 _SUBDIRS += mimfs_fstime 34 _SUBDIRS += mimfs_fsrename 35 _SUBDIRS += mrfs_fserror 36 _SUBDIRS += mrfs_fslink 37 _SUBDIRS += mrfs_fspatheval 38 _SUBDIRS += mrfs_fspermission 39 _SUBDIRS += mrfs_fsrdwr 40 _SUBDIRS += mrfs_fssymlink 41 _SUBDIRS += mrfs_fstime 42 _SUBDIRS += mrfs_fsfpathconf 43 _SUBDIRS += fsrfsbitmap01 44 _SUBDIRS += fsnofs01 45 _SUBDIRS += fsimfsgeneric01 46 _SUBDIRS += fsbdpart01 47 47 48 48 EXTRA_DIST = … … 53 53 EXTRA_DIST += support/fstest.h 54 54 55 include $(top_srcdir)/../automake/ subdirs.am55 include $(top_srcdir)/../automake/test-subdirs.am 56 56 include $(top_srcdir)/../automake/local.am -
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 -
testsuites/mptests/Makefile.am
rb0e83e12 r1461b648 1 1 ACLOCAL_AMFLAGS = -I ../aclocal 2 2 3 SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \3 _SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \ 4 4 mp14 5 5 6 include $(top_srcdir)/../automake/ subdirs.am6 include $(top_srcdir)/../automake/test-subdirs.am 7 7 include $(top_srcdir)/../automake/local.am -
testsuites/psxtests/Makefile.am
rb0e83e12 r1461b648 1 1 ACLOCAL_AMFLAGS = -I ../aclocal 2 2 3 SUBDIRS = psxclock3 _SUBDIRS = psxclock 4 4 if HAS_POSIX 5 SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \5 _SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \ 6 6 psx10 psx11 psx12 psx13 psx14 psx15 psx16 \ 7 7 psxaio01 psxaio02 psxaio03 \ … … 19 19 20 20 ## File IO tests 21 SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \21 _SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \ 22 22 psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \ 23 23 psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01 24 24 25 25 ## POSIX Keys are always available 26 SUBDIRS += psxkey01 psxkey02 psxkey03 psxkey04 \26 _SUBDIRS += psxkey01 psxkey02 psxkey03 psxkey04 \ 27 27 psxkey05 psxkey06 psxkey08 psxkey09 psxkey10 28 28 ## But some of the tests need other POSIX features 29 29 if HAS_POSIX 30 SUBDIRS += psxkey0730 _SUBDIRS += psxkey07 31 31 endif 32 32 33 33 ## POSIX Once is always available 34 SUBDIRS += psxonce0134 _SUBDIRS += psxonce01 35 35 36 SUBDIRS += psxrdwrv36 _SUBDIRS += psxrdwrv 37 37 38 include $(top_srcdir)/../automake/ subdirs.am38 include $(top_srcdir)/../automake/test-subdirs.am 39 39 include $(top_srcdir)/../automake/local.am -
testsuites/samples/Makefile.am
rb0e83e12 r1461b648 1 1 ACLOCAL_AMFLAGS = -I ../aclocal 2 2 3 SUBDIRS = hello capture ticker base_sp unlimited minimum fileio3 _SUBDIRS = hello capture ticker base_sp unlimited minimum fileio 4 4 5 5 if MPTESTS 6 6 ## base_mp is a sample multiprocessing test 7 SUBDIRS += base_mp7 _SUBDIRS += base_mp 8 8 endif 9 9 10 SUBDIRS += paranoia10 _SUBDIRS += paranoia 11 11 12 SUBDIRS += nsecs12 _SUBDIRS += nsecs 13 13 14 14 if CXXTESTS 15 SUBDIRS += iostream cdtest15 _SUBDIRS += iostream cdtest 16 16 endif 17 17 18 18 if NETTESTS 19 19 ## loopback tests a network loopback interface 20 SUBDIRS += loopback21 SUBDIRS += pppd20 _SUBDIRS += loopback 21 _SUBDIRS += pppd 22 22 endif 23 23 24 include $(top_srcdir)/../automake/ subdirs.am24 include $(top_srcdir)/../automake/test-subdirs.am 25 25 include $(top_srcdir)/../automake/local.am -
testsuites/sptests/Makefile.am
rb0e83e12 r1461b648 3 3 ## Test names are spaced to indicate gaps in numbering from tests being 4 4 ## deleted over the years. 5 SUBDIRS = \5 _SUBDIRS = \ 6 6 sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 \ 7 7 sp10 sp11 sp12 sp13 sp14 sp15 sp16 sp17 sp18 sp19 \ … … 33 33 spsignal_err01 spport_err01 spmsgq_err01 spmsgq_err02 spsem_err01 \ 34 34 spsem_err02 sptask_err01 spevent_err03 sptask_err03 sptask_err02 \ 35 sptask_err04 spclock_err01 35 sptask_err04 spclock_err01 36 36 if HAS_SMP 37 37 else 38 SUBDIRS += sp2938 _SUBDIRS += sp29 39 39 endif 40 SUBDIRS += spscheduler0141 SUBDIRS += spprofiling0142 SUBDIRS += spfatal2843 SUBDIRS += spthreadlife0144 SUBDIRS += spprofiling0145 SUBDIRS += spcache0146 SUBDIRS += sptls0347 SUBDIRS += spcpucounter0140 _SUBDIRS += spscheduler01 41 _SUBDIRS += spprofiling01 42 _SUBDIRS += spfatal28 43 _SUBDIRS += spthreadlife01 44 _SUBDIRS += spprofiling01 45 _SUBDIRS += spcache01 46 _SUBDIRS += sptls03 47 _SUBDIRS += spcpucounter01 48 48 if HAS_CPLUSPLUS 49 SUBDIRS += sptls0249 _SUBDIRS += sptls02 50 50 endif 51 SUBDIRS += sptls0152 SUBDIRS += spintrcritical2053 SUBDIRS += spintrcritical1954 SUBDIRS += spcontext0155 SUBDIRS += spfatal2656 SUBDIRS += speventtransient0157 SUBDIRS += speventsystem0158 SUBDIRS += spinternalerror0159 SUBDIRS += spinternalerror0260 SUBDIRS += sptimer_err01 sptimer_err0261 SUBDIRS += spclock_err0251 _SUBDIRS += sptls01 52 _SUBDIRS += spintrcritical20 53 _SUBDIRS += spintrcritical19 54 _SUBDIRS += spcontext01 55 _SUBDIRS += spfatal26 56 _SUBDIRS += speventtransient01 57 _SUBDIRS += speventsystem01 58 _SUBDIRS += spinternalerror01 59 _SUBDIRS += spinternalerror02 60 _SUBDIRS += sptimer_err01 sptimer_err02 61 _SUBDIRS += spclock_err02 62 62 63 63 if HAS_CPUSET 64 SUBDIRS += spcpuset0164 _SUBDIRS += spcpuset01 65 65 endif 66 66 67 include $(top_srcdir)/../automake/ subdirs.am67 include $(top_srcdir)/../automake/test-subdirs.am 68 68 include $(top_srcdir)/../automake/local.am -
testsuites/tmtests/Makefile.am
rb0e83e12 r1461b648 1 1 ACLOCAL_AMFLAGS = -I ../aclocal 2 2 3 SUBDIRS = tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 tm10 \3 _SUBDIRS = tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 tm10 \ 4 4 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 tm24 \ 5 5 tm25 tm26 tm27 tm28 tm29 tm30 6 SUBDIRS += tmcontext016 _SUBDIRS += tmcontext01 7 7 8 include $(top_srcdir)/../automake/ subdirs.am8 include $(top_srcdir)/../automake/test-subdirs.am 9 9 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.