diff options
author | Victor van den Elzen <victor.vde@gmail.com> | 2008-06-04 12:44:31 +0200 |
---|---|---|
committer | Victor van den Elzen <victor.vde@gmail.com> | 2008-07-16 12:20:22 +0200 |
commit | 1b1522fadf6189296e01d6ebc33944c7aa91270a (patch) | |
tree | c422f4727c340202aabd40e4be489916d24d0219 /Makefile.in | |
parent | cabec40a3912467e1582a5ade76a75ee0f1970e8 (diff) | |
download | nasm-1b1522fadf6189296e01d6ebc33944c7aa91270a.tar.gz |
Add a 'make test' target.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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. |