mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
13 lines
284 B
Diff
13 lines
284 B
Diff
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)
|