X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=06e67c9ce119df61296797db8ebdf2357eeec1a8;hb=f5a333fea6b1408659604a5bd5a20bfbb4834a4a;hp=130d8aa7a31e7d9c423f165d0ed84ff7881bd252;hpb=b814906935e8f6cc1a2a6fdea4e5e725cec57ead;p=prosody.git diff --git a/Makefile b/Makefile index 130d8aa7..06e67c9c 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,10 @@ clean: rm -f prosody.version $(MAKE) clean -C util-src +test: + cd tests && $(RUNWITH) test.lua 0 + # Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh + util/%.so: $(MAKE) install -C util-src