From 7fdb93306d64607d40953bbbd53d961944819c73 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 29 Mar 2015 21:14:41 -0700 Subject: Added roundtrip_test Makefile target. Eventually this should be pythonized and put in the cmake test routine. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ece8f7..eacc271 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,9 @@ 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