X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=test%2FMakefile;h=f735cc70afef8f3c9016df7e8a929ee618dae866;hb=2268b1803b1f608227289296779f59681e3a7180;hp=557cbd50658da21b91653fc8c0e7f658d074ef23;hpb=d9b677a42a28fde6471b8467bffdf63ac9f144a3;p=super-star-trek.git diff --git a/test/Makefile b/test/Makefile index 557cbd5..f735cc7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,21 +1,12 @@ # Test-suite makefile for sst -PYTHON=python - -TAPFILTER=cat -ifeq (,$(command -v tapview)) - TAPFILTER=tapview -else - ifeq (,$(command -v tappy)) - TAPFILTER=tappy - endif -endif +PYTHON=python3 all: @echo "With Python 2:" - @$(MAKE) -e PYTHON=python2 regress | $(TAPFILTER) + @$(MAKE) -e PYTHON=python2 regress | ./tapview @echo "With Python 3:" - @$(MAKE) -e PYTHON=python3 regress | $(TAPFILTER) + @$(MAKE) -e PYTHON=python3 regress | ./tapview @echo "No diff output is good news." .SUFFIXES: .log .chk