summaryrefslogtreecommitdiffstats
path: root/testsuites/automake
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-05-19 23:07:22 +1000
committerChris Johns <chrisj@rtems.org>2014-05-28 23:44:26 +1000
commit431bb85dde2b3eae34ff5070b4e2a507bf8bdfa3 (patch)
tree0718bd16ffd03cc7b370588a72814cfd6aa135d1 /testsuites/automake
parentIgnore emacs backfiles and TAGS. (diff)
downloadrtems-431bb85dde2b3eae34ff5070b4e2a507bf8bdfa3.tar.bz2
rtems-test-check: Ignore tests which require real ISR based clock tick
BSPs for simulators which do not include a clock tick interrupt source are incapable of running some tests successfully. This is a common characteristic of some BSPs and a fixed set of tests. There is no point in duplicating this list of tests in those BSPs test configuration. Read testsuites/testdata/require-tick-isr.tcfg for details.
Diffstat (limited to 'testsuites/automake')
-rw-r--r--testsuites/automake/test-subdirs.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/automake/test-subdirs.am b/testsuites/automake/test-subdirs.am
index 35d6c81e52..ff339aa38d 100644
--- a/testsuites/automake/test-subdirs.am
+++ b/testsuites/automake/test-subdirs.am
@@ -22,7 +22,7 @@ all-local:
fi; \
echo "BSP Testsuite Data: $$vtdata"; \
list=`$(top_srcdir)/../../tools/build/rtems-test-check \
- $$tdata $(RTEMS_BSP) $(_SUBDIRS)`; \
+ $$tdata $(top_srcdir)/.. $(RTEMS_BSP) $(_SUBDIRS)`; \
for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" != "."; then \