summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-03-29 13:43:53 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-03-29 13:43:53 -0700
commit0972737c35c4c677a1d7f5eec680007c120226fa (patch)
tree72e587e37c979f5cb520586f18b1ed3003a16c94
parent5721f9862674e7c647908d9070f9a280c66d92c8 (diff)
downloadlibnet-0972737c35c4c677a1d7f5eec680007c120226fa.tar.gz
Remove pcap tests from Makefile.
-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 $<