summaryrefslogtreecommitdiff
path: root/rtems-test-template
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 13:04:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 13:04:30 +0000
commit1d4cd8e7a76e4b1c010d42990a550347cd170b11 (patch)
treea4066921b4d25af08418975154f001123f320880 /rtems-test-template
parent8c4ae46341818c69f3b39baee441db9f85254cb1 (diff)
2011-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtest_blocking/Makefile.am, psxtmtest_single/Makefile.am, psxtmtest_unblocking_nopreempt/Makefile.am, psxtmtest_unblocking_preempt/Makefile.am, spfatal/Makefile.am, tmtest/Makefile.am: Put source files on individual lines with +=.
Diffstat (limited to 'rtems-test-template')
-rw-r--r--rtems-test-template/ChangeLog7
-rw-r--r--rtems-test-template/psxtmtest_blocking/Makefile.am7
-rw-r--r--rtems-test-template/psxtmtest_single/Makefile.am7
-rw-r--r--rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am7
-rw-r--r--rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am7
-rw-r--r--rtems-test-template/spfatal/Makefile.am5
-rw-r--r--rtems-test-template/tmtest/Makefile.am7
7 files changed, 30 insertions, 17 deletions
diff --git a/rtems-test-template/ChangeLog b/rtems-test-template/ChangeLog
index 397fea4..0e31260 100644
--- a/rtems-test-template/ChangeLog
+++ b/rtems-test-template/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxtmtest_blocking/Makefile.am, psxtmtest_single/Makefile.am,
+ psxtmtest_unblocking_nopreempt/Makefile.am,
+ psxtmtest_unblocking_preempt/Makefile.am, spfatal/Makefile.am,
+ tmtest/Makefile.am: Put source files on individual lines with +=.
+
2011-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtest/init.c, psxtest_with_thread/init.c,
diff --git a/rtems-test-template/psxtmtest_blocking/Makefile.am b/rtems-test-template/psxtmtest_blocking/Makefile.am
index 3e83ed8..6b0d573 100644
--- a/rtems-test-template/psxtmtest_blocking/Makefile.am
+++ b/rtems-test-template/psxtmtest_blocking/Makefile.am
@@ -5,9 +5,10 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
- ../../support/src/tmtests_empty_function.c \
- ../../support/src/tmtests_support.c
+@LOWER@_SOURCES = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
dist_rtems_tests_DATA = @LOWER@.doc
diff --git a/rtems-test-template/psxtmtest_single/Makefile.am b/rtems-test-template/psxtmtest_single/Makefile.am
index 3e83ed8..6b0d573 100644
--- a/rtems-test-template/psxtmtest_single/Makefile.am
+++ b/rtems-test-template/psxtmtest_single/Makefile.am
@@ -5,9 +5,10 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
- ../../support/src/tmtests_empty_function.c \
- ../../support/src/tmtests_support.c
+@LOWER@_SOURCES = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
dist_rtems_tests_DATA = @LOWER@.doc
diff --git a/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am b/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am
index 3e83ed8..6b0d573 100644
--- a/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am
+++ b/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am
@@ -5,9 +5,10 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
- ../../support/src/tmtests_empty_function.c \
- ../../support/src/tmtests_support.c
+@LOWER@_SOURCES = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
dist_rtems_tests_DATA = @LOWER@.doc
diff --git a/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am b/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
index 3e83ed8..6b0d573 100644
--- a/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
+++ b/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
@@ -5,9 +5,10 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
- ../../support/src/tmtests_empty_function.c \
- ../../support/src/tmtests_support.c
+@LOWER@_SOURCES = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
dist_rtems_tests_DATA = @LOWER@.doc
diff --git a/rtems-test-template/spfatal/Makefile.am b/rtems-test-template/spfatal/Makefile.am
index dbb16e6..ac9d2d0 100644
--- a/rtems-test-template/spfatal/Makefile.am
+++ b/rtems-test-template/spfatal/Makefile.am
@@ -5,8 +5,9 @@
MANAGERS = all
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = ../spfatal_support/init.c \
- ../spfatal_support/system.h testcase.h
+@LOWER@_SOURCES = ../spfatal_support/init.c
+@LOWER@_SOURCES += ../spfatal_support/system.h
+@LOWER@_SOURCES += testcase.h
dist_rtems_tests_DATA = @LOWER@.scn
dist_rtems_tests_DATA += @LOWER@.doc
diff --git a/rtems-test-template/tmtest/Makefile.am b/rtems-test-template/tmtest/Makefile.am
index debad1d..f58f8e8 100644
--- a/rtems-test-template/tmtest/Makefile.am
+++ b/rtems-test-template/tmtest/Makefile.am
@@ -5,9 +5,10 @@
MANAGERS = io rate_monotonic semaphore
rtems_tests_PROGRAMS = @LOWER@
-@LOWER@_SOURCES = init.c ../include/timesys.h \
- ../../support/src/tmtests_empty_function.c \
- ../../support/src/tmtests_support.c
+@LOWER@_SOURCES = init.c
+@LOWER@_SOURCES += ../include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
dist_rtems_tests_DATA = @LOWER@.doc