From 94c243d8e6fe5f4fefb8ce646da137fde6bff5bc Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sat, 16 Sep 2017 03:46:55 -0400 Subject: Makefile: Update `make test` to use the "busted" test runner --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a5f75c19..5302dda0 100644 --- a/Makefile +++ b/Makefile @@ -65,8 +65,7 @@ clean: $(MAKE) clean -C util-src test: - cd tests && $(RUNWITH) test.lua 0 - # Skipping: cd tests && RUNWITH=$(RUNWITH) ./test_util_json.sh + busted util/%.so: $(MAKE) install -C util-src -- cgit v1.2.3