target-alpha: overflow condition for sublv and subqv
[qemu] / tests / alpha / Makefile
index e4e23d2..2b1f03d 100644 (file)
@@ -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