summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/malloc02/Makefile.am2
-rw-r--r--testsuites/libtests/malloc03/Makefile.am2
3 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 2f277ba045..57c7fd9b6c 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -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,
diff --git a/testsuites/libtests/malloc02/Makefile.am b/testsuites/libtests/malloc02/Makefile.am
index dcfacc697c..8ae9029a70 100644
--- a/testsuites/libtests/malloc02/Makefile.am
+++ b/testsuites/libtests/malloc02/Makefile.am
@@ -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
diff --git a/testsuites/libtests/malloc03/Makefile.am b/testsuites/libtests/malloc03/Makefile.am
index 582dc0d8ea..88eaf75192 100644
--- a/testsuites/libtests/malloc03/Makefile.am
+++ b/testsuites/libtests/malloc03/Makefile.am
@@ -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