From 431bb85dde2b3eae34ff5070b4e2a507bf8bdfa3 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 19 May 2014 23:07:22 +1000 Subject: 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. --- testsuites/automake/test-subdirs.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/automake') 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 \ -- cgit v1.2.3