aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-stringy/makefile.patch
blob: 8dc3a70548e1714fd1c9e3ba8555ef2e3283dac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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