Add a 'make test' target.
authorVictor van den Elzen <victor.vde@gmail.com>
Wed, 4 Jun 2008 10:44:31 +0000 (12:44 +0200)
committerVictor van den Elzen <victor.vde@gmail.com>
Wed, 16 Jul 2008 10:20:22 +0000 (12:20 +0200)
Makefile.in

index 3cbb9bc..3167f3f 100644 (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.