1 | Index: Makefile.am |
---|
2 | =================================================================== |
---|
3 | RCS file: /usr1/CVS/rtems/testsuites/libtests/Makefile.am,v |
---|
4 | retrieving revision 1.41 |
---|
5 | diff -u -r1.41 Makefile.am |
---|
6 | --- Makefile.am 19 Jul 2010 13:54:46 -0000 1.41 |
---|
7 | +++ Makefile.am 22 Jul 2010 04:25:46 -0000 |
---|
8 | @@ -6,7 +6,7 @@ |
---|
9 | |
---|
10 | SUBDIRS = POSIX |
---|
11 | |
---|
12 | -SUBDIRS += bspcmdline01 cpuuse devfs01 gxx01 \ |
---|
13 | +SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 gxx01 \ |
---|
14 | malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \ |
---|
15 | putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \ |
---|
16 | termios termios01 termios02 termios03 termios04 termios05 \ |
---|
17 | Index: configure.ac |
---|
18 | =================================================================== |
---|
19 | RCS file: /usr1/CVS/rtems/testsuites/libtests/configure.ac,v |
---|
20 | retrieving revision 1.48 |
---|
21 | diff -u -r1.48 configure.ac |
---|
22 | --- configure.ac 19 Jul 2010 13:54:46 -0000 1.48 |
---|
23 | +++ configure.ac 22 Jul 2010 04:25:46 -0000 |
---|
24 | @@ -46,6 +46,9 @@ |
---|
25 | bspcmdline01/Makefile |
---|
26 | cpuuse/Makefile |
---|
27 | devfs01/Makefile |
---|
28 | +devfs02/Makefile |
---|
29 | +devfs03/Makefile |
---|
30 | +devfs04/Makefile |
---|
31 | gxx01/Makefile |
---|
32 | heapwalk/Makefile |
---|
33 | malloctest/Makefile |
---|