diff options
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 60deeb3c..0de12c78 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -16,7 +16,9 @@ all:: up-down-schema.rng up-down-schema.rng: up-down-schema.rnc trang up-down-schema.rnc up-down-schema.rng -#test:: all ; python xml-parse-test.py +test:: relaxng + +test:: all ; python xml-parse-test.py dont-run-trang: touch *.rng |