From 1b9c0c5aeef7938bfd379dab0e2c6e2f7f4b6152 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Jun 2010 13:23:27 +0000 Subject: 2010-06-28 Joel Sherrill * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/malloc02/Makefile.am | 2 +- testsuites/libtests/malloc03/Makefile.am | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests') 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 -- cgit v1.2.3