summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/Makefile b/lua/Makefile
index db25977..6ed0aa0 100644
--- a/lua/Makefile
+++ b/lua/Makefile
@@ -57,7 +57,7 @@ TOUT=$(TNET:.lua=.test)
echo:
echo $(TOUT)
-test: net.test pcap.test recoding.test $(TOUT)
+test: net.test $(TOUT)
%.test: %.lua net.so
lua $<