summaryrefslogtreecommitdiffstats
path: root/testsuites/automake/test-subdirs.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/automake/test-subdirs.am')
-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 \