summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-20 00:01:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-20 00:01:12 -0800
commit168f8666d4bad5d50ba5bf5a787a28b236754917 (patch)
treeda2eac021fe634d6b63848f92501c291dbc36059 /Makefile
parent615f055c320ff23a388f342af7ab5810d21f4fb8 (diff)
Made roundtrip test part of the test suite run by cmake.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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]))' > $@