From 97ef77c2b76082f467386f7c01cab9c54c66eb2b Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Wed, 13 Aug 2014 21:38:18 -0700 Subject: [PATCH] Adding plugin testing to Makefile's test-all. --- Makefile | 1 + aux/plugins | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b8e66503b..49d9a6173c 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ test-all: test test -d aux/broctl && ( cd aux/broctl && make test ) test -d aux/btest && ( cd aux/btest && make test ) test -d aux/bro-aux && ( cd aux/bro-aux && make test ) + test -d aux/plugins && ( cd aux/plugins && make test-all ) configured: @test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 ) diff --git a/aux/plugins b/aux/plugins index cf6617b1a7..ee5a9b81f9 160000 --- a/aux/plugins +++ b/aux/plugins @@ -1 +1 @@ -Subproject commit cf6617b1a7831ea1398fd87ca4a400ff1f583b50 +Subproject commit ee5a9b81f99336842164442fd5ff64c55f2882f2