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 + + * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c + 2010-06-25 Joel Sherrill * 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