From dbcde1d7670408ec11a976b205ca9bf6a6b9e291 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 28 Dec 2017 00:04:38 +0100 Subject: main/lua-stringy: improve abuild, add check() and rock manifest --- main/lua-stringy/makefile.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main/lua-stringy/makefile.patch (limited to 'main/lua-stringy/makefile.patch') diff --git a/main/lua-stringy/makefile.patch b/main/lua-stringy/makefile.patch new file mode 100644 index 0000000000..8dc3a70548 --- /dev/null +++ b/main/lua-stringy/makefile.patch @@ -0,0 +1,12 @@ +Tests are run in check phase. + +--- a/Makefile ++++ b/Makefile +@@ -13,7 +13,6 @@ + + stringy.so: stringy.o stringy_test.lua + $(CC) -shared stringy.o -o $@ +- $(LUA) stringy_test.lua + + clean: + rm -f stringy.so stringy.o *.rock -- cgit v1.2.3