--- qemu/tests/alpha/Makefile 2018/04/24 16:51:46 1.1 +++ qemu/tests/alpha/Makefile 2018/04/24 17:22:43 1.1.1.2 @@ -23,6 +23,9 @@ test-cmov.o: test-cond.c test-cmov: test-cmov.o crt.o $(LINK) +test-ovf: test-ovf.o crt.o + $(LINK) + check: $(TESTS) for f in $(TESTS); do $(SIM) $$f || exit 1; done