aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 405fa38..c37182e 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ spec.tex: spec.txt tools/template.latex
spec.pdf: spec.tex
xelatex $<
+spec.json: spec.txt
+ python3 test/spec_tests.py --dump-tests < $< > $@
+
npm:
# Do a sanity check first on versions
grep -q '"version": *"$(SPECVERSION)' package.json && \