X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=06e67c9ce119df61296797db8ebdf2357eeec1a8;hb=HEAD;hp=0138e05cfe3907e4b3b1a1556ad2e3643a0036a2;hpb=3f6ab96d30d2b47f87673009a52330b71e8875b3;p=prosody.git diff --git a/Makefile b/Makefile index 0138e05c..06e67c9c 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,8 @@ clean: $(MAKE) clean -C util-src test: - cd tests && ./run_tests.sh + cd tests && $(RUNWITH) test.lua 0 + # Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh util/%.so: $(MAKE) install -C util-src