Add a 'make test' target.

This commit is contained in:
Victor van den Elzen 2008-06-04 12:44:31 +02:00
parent cabec40a39
commit 1b1522fadf

View File

@ -224,6 +224,9 @@ nasm.spec: nasm.spec.in version.sed
splint:
splint -weak *.c
test: nasm$(X)
cd test && $(PERL) performtest.pl --nasm=../nasm *.asm
#
# This build dependencies in *ALL* makefiles. Partially for that reason,
# it's expected to be invoked manually.