Extending "make test-all" to include aux/bro-aux.

Also updating bro-aux submodule.
This commit is contained in:
Robin Sommer 2014-06-26 17:35:18 -07:00
parent 413871af79
commit c686d5bc84
4 changed files with 7 additions and 2 deletions

View file

@ -55,6 +55,7 @@ test:
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 )
configured:
@test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 )