mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 18:26:44 +02:00
12 lines
225 B
Diff
12 lines
225 B
Diff
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
|