diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 11:07:50 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 11:07:50 +0000 |
commit | 313281198dc87984fde5cc3aceccbb002beed047 (patch) | |
tree | f9a265fdd6392c8763a6f278a67cf99c57d954f8 /tests/cris/Makefile | |
parent | 9012c2bf32aaf34a5ee12c3d9c8718af1530eeec (diff) |
Make the tests run when built with experimental gcc-cris 4.4. Prettify the logs.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4682 c046a42c-6fe2-441c-8c8c-71466251a162
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." |