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