Changing Makefile's test-all to run test-all for broctl.

This commit is contained in:
Robin Sommer 2014-12-31 09:19:09 -08:00
parent 9af5fb1302
commit bd8893f0d0

View file

@ -54,7 +54,7 @@ test:
@( cd testing && make )
test-all: test
test -d aux/broctl && ( cd aux/broctl && make test )
test -d aux/broctl && ( cd aux/broctl && make test-all )
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 )