From 1b1522fadf6189296e01d6ebc33944c7aa91270a Mon Sep 17 00:00:00 2001 From: Victor van den Elzen Date: Wed, 4 Jun 2008 12:44:31 +0200 Subject: [PATCH] Add a 'make test' target. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 3cbb9bc6..3167f3ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. -- 2.11.4.GIT