blob: f6e07fa28fec48ede9ba4e97dc8b329fb83f634d (
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/binding/lua/Makefile
+++ b/binding/lua/Makefile
@@ -61,7 +61,7 @@
depsclean:
rm -rf $(DEPS_DIR)
-test: $(BUSTED) $(MPACK)
+test: $(MPACK)
$(BUSTED) -o gtest test.lua
valgrind: $(BUSTED) $(MPACK)
|