diff options
Diffstat (limited to 'tests/alpha/Makefile')
-rw-r--r-- | tests/alpha/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/alpha/Makefile b/tests/alpha/Makefile index e4e23d2d08..2b1f03d048 100644 --- a/tests/alpha/Makefile +++ b/tests/alpha/Makefile @@ -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 |