aboutsummaryrefslogtreecommitdiff
path: root/tests/cris/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cris/Makefile')
-rw-r--r--tests/cris/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cris/Makefile b/tests/cris/Makefile
index 69068996f..cfe494c3a 100644
--- a/tests/cris/Makefile
+++ b/tests/cris/Makefile
@@ -140,9 +140,9 @@ build: $(CRT) $(SYS) $(TESTCASES)
check: $(CRT) $(SYS) $(TESTCASES)
@echo -e "\nQEMU simulator."
- @for case in $(TESTCASES); do \
+ for case in $(TESTCASES); do \
echo -n "$$case "; \
- $(SIM) $$case; \
+ $(SIM) ./$$case; \
done
check-g: $(CRT) $(SYS) $(TESTCASES)
@echo -e "\nGDB simulator."