diff options
Diffstat (limited to 'tests/cris/Makefile')
-rw-r--r-- | tests/cris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cris/Makefile b/tests/cris/Makefile index 69068996f7..cfe494c3ad 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." |