X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=test%2FMakefile;fp=test%2FMakefile;h=f735cc70afef8f3c9016df7e8a929ee618dae866;hp=7b21af033e4783e0c9d3922a806387428b66a887;hb=4549c658b2ab026bc844a4cc28197782ac071eb9;hpb=64a4f3d855e037331f0ebc40c2df90583be57e95 diff --git a/test/Makefile b/test/Makefile index 7b21af0..f735cc7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,23 +2,11 @@ PYTHON=python3 -# The tests output TAP (Test Anything Proocol) -# If you have either of these TAP viwers installed, -# S good ing will happen. -TAPVIEWER=cat -ifeq (,$(command -v tapview)) - TAPVIEWER=tapview -else - ifeq (,$(command -v tappy)) - TAPVIEWER=tappy - endif -endif - all: @echo "With Python 2:" - @$(MAKE) -e PYTHON=python2 regress | $(TAPVIEWER) + @$(MAKE) -e PYTHON=python2 regress | ./tapview @echo "With Python 3:" - @$(MAKE) -e PYTHON=python3 regress | $(TAPVIEWER) + @$(MAKE) -e PYTHON=python3 regress | ./tapview @echo "No diff output is good news." .SUFFIXES: .log .chk