From 168f8666d4bad5d50ba5bf5a787a28b236754917 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Dec 2015 00:01:12 -0800 Subject: Made roundtrip test part of the test suite run by cmake. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cda0dd4..c16ee05 100644 --- a/Makefile +++ b/Makefile @@ -128,9 +128,6 @@ update-spec: test: $(SPEC) cmake_build make -C $(BUILDDIR) test || (cat $(BUILDDIR)/Testing/Temporary/LastTest.log && exit 1) -roundtrip_test: $(SPEC) cmake_build - python3 test/spec_tests.py --spec $< --prog test/roundtrip.sh - $(ALLTESTS): $(SPEC) python3 test/spec_tests.py --spec $< --dump-tests | python3 -c 'import json; import sys; tests = json.loads(sys.stdin.read()); print("\n".join([test["markdown"] for test in tests]))' > $@ -- cgit v1.2.3