From 5307832cd1216faeff74f3322c4d6bb65e44b6e0 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 18 Dec 2018 18:57:00 -0800 Subject: Makefile.in: add target for running travis Just like "make test", add "make travis". Signed-off-by: H. Peter Anvin --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 0ac5ebe6..f106f126 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 # -- cgit v1.2.1