# HG changeset patch # User Waqas Hussain # Date 1505548015 14400 # Node ID 1339d7ed54d5cb3ae84667dfe7b43c8fe095f81c # Parent f81cd9aaf99493ceb542f76900d723daae5c4454 Makefile: Update `make test` to use the "busted" test runner diff -r f81cd9aaf994 -r 1339d7ed54d5 Makefile --- a/Makefile Fri Sep 15 17:17:07 2017 -0400 +++ b/Makefile Sat Sep 16 03:46:55 2017 -0400 @@ -65,8 +65,7 @@ $(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