2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>

* malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
This commit is contained in:
Joel Sherrill
2010-06-28 13:23:27 +00:00
parent d04a7e9316
commit 1b9c0c5aee
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
2010-06-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
+1 -1
View File
@@ -5,7 +5,7 @@
MANAGERS = all
rtems_tests_PROGRAMS = malloc02
malloc02_SOURCES = init.c ../../support/src/spin.c
malloc02_SOURCES = init.c
dist_rtems_tests_DATA = malloc02.scn
dist_rtems_tests_DATA += malloc02.doc
+1 -1
View File
@@ -5,7 +5,7 @@
MANAGERS = all
rtems_tests_PROGRAMS = malloc03
malloc03_SOURCES = init.c ../../support/src/spin.c
malloc03_SOURCES = init.c
dist_rtems_tests_DATA = malloc03.scn
dist_rtems_tests_DATA += malloc03.doc