summaryrefslogtreecommitdiff
path: root/rtems-test-template/psxtmtest_single
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/psxtmtest_single
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/psxtmtest_single')
-rw-r--r--rtems-test-template/psxtmtest_single/Makefile.am7
1 files changed, 4 insertions, 3 deletions
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