blob: 2acb260862cee5aa12cd7b27359cab41efb8830a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Fix Makefile to not try to download and install LuaRocks and busted; use
system-provided busted.
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@
depsclean:
rm -rf $(DEPS_DIR)
-test: $(BUSTED) $(MPACK)
+test: $(MPACK)
$(BUSTED) -o gtest test.lua
valgrind: $(BUSTED) $(MPACK)
|