mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test/Makefile: rule to run performtest --diff
Rule to run performtest with the --diff option. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
9c209cc256
commit
1b221bed25
@ -31,6 +31,9 @@ golden: performtest.pl $(TESTS)
|
||||
test: performtest.pl $(NASM) $(TESTS)
|
||||
$(PERL) performtest.pl --nasm='$(NASM)' $(TESTS)
|
||||
|
||||
diff: performtest.pl $(NASM) $(TESTS)
|
||||
$(PERL) performtest.pl --diff --nasm='$(NASM)' $(TESTS)
|
||||
|
||||
clean:
|
||||
rm -f *.com *.o *.o64 *.obj *.obj64 *.exe *.lst *.bin
|
||||
rm -rf testresults
|
||||
|
Loading…
Reference in New Issue
Block a user