Adding plugin testing to Makefile's test-all.

This commit is contained in:
Robin Sommer 2014-08-13 21:38:18 -07:00
parent 996d118d68
commit 97ef77c2b7
2 changed files with 2 additions and 1 deletions

View file

@ -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 )