--- qemu/tests/cris/Makefile 2018/04/24 16:48:00 1.1.1.1 +++ qemu/tests/cris/Makefile 2018/04/24 16:51:21 1.1.1.2 @@ -55,6 +55,7 @@ TESTCASES += check_cmpxm.tst TESTCASES += check_cmp-2.tst TESTCASES += check_clrjmp1.tst TESTCASES += check_dstep.tst +TESTCASES += check_ftag.tst TESTCASES += check_int64.tst # check_jsr is broken. #TESTCASES += check_jsr.tst @@ -113,9 +114,10 @@ TESTCASES += check_mapbrk.ctst TESTCASES += check_mmap1.ctst TESTCASES += check_mmap2.ctst TESTCASES += check_mmap3.ctst +TESTCASES += check_sigalrm.ctst TESTCASES += check_time1.ctst TESTCASES += check_time2.ctst - +TESTCASES += check_settls1.ctst TESTCASES += check_gcctorture_pr28634-1.ctst #TESTCASES += check_gcctorture_pr28634.ctst @@ -138,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."