summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-10-11 20:17:29 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-11 20:18:58 -0500
commit871c23caba27ee8d38fd18260d42878755c1f4d5 (patch)
tree667d19170a618c58d561a9e2f1a3c683f31f92b3
parentsmpaffinity01: Fix test case (diff)
downloadrtems-871c23caba27ee8d38fd18260d42878755c1f4d5.tar.bz2
Fix spprofiling01 overriding recipe warning
Closes #3084.
-rw-r--r--testsuites/sptests/Makefile.am1
-rw-r--r--testsuites/sptests/spprofiling01/Makefile.am3
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index e873718e72..b4bf741e70 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -58,7 +58,6 @@ _SUBDIRS += spintrcritical22
_SUBDIRS += spsem03
_SUBDIRS += spmrsp01
_SUBDIRS += spscheduler01
-_SUBDIRS += spprofiling01
_SUBDIRS += spfatal28
_SUBDIRS += spthreadlife01
_SUBDIRS += spprofiling01
diff --git a/testsuites/sptests/spprofiling01/Makefile.am b/testsuites/sptests/spprofiling01/Makefile.am
index 872e50a712..fa5410762b 100644
--- a/testsuites/sptests/spprofiling01/Makefile.am
+++ b/testsuites/sptests/spprofiling01/Makefile.am
@@ -1,7 +1,8 @@
rtems_tests_PROGRAMS = spprofiling01
spprofiling01_SOURCES = init.c
-dist_rtems_tests_DATA = spprofiling01.scn spprofiling01.doc
+dist_rtems_tests_DATA = spprofiling01.scn
+dist_rtems_tests_DATA += spprofiling01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am