mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
Makefile.in: add target for running travis
Just like "make test", add "make travis". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
5358b98405
commit
5307832cd1
@ -40,6 +40,8 @@ PERL = perl
|
||||
PERLFLAGS = -I$(srcdir)/perllib -I$(srcdir)
|
||||
RUNPERL = $(PERL) $(PERLFLAGS)
|
||||
|
||||
PYTHON3 = python3
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
@ -468,6 +470,9 @@ test: nasm$(X)
|
||||
golden: nasm$(X)
|
||||
cd test && $(RUNPERL) performtest.pl --golden --nasm=../nasm *.asm
|
||||
|
||||
travis: nasm$(X)
|
||||
$(PYTHON3) travis/nasm-t.py run
|
||||
|
||||
#
|
||||
# Rules to run autoreconf if necessary
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user