GNUmakefile
changeset 9291 1330b5290a10
parent 9290 420e0bf55bf5
child 9292 b5fc11475b5d
--- a/GNUmakefile	Sun Sep 09 19:23:26 2018 +0200
+++ b/GNUmakefile	Sun Sep 09 19:23:52 2018 +0200
@@ -20,6 +20,7 @@
 MKDIR_PRIVATE=$(MKDIR) -m750
 
 LUACHECK=luacheck
+BUSTED=busted
 
 .PHONY: all test coverage clean install
 
@@ -68,7 +69,7 @@
 	$(MAKE) clean -C util-src
 
 test:
-	busted --lua=$(RUNWITH)
+	$(BUSTED) --lua=$(RUNWITH)
 
 coverage:
 	-rm -- luacov.*