mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adding plugin testing to Makefile's test-all.
This commit is contained in:
parent
996d118d68
commit
97ef77c2b7
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -56,6 +56,7 @@ test-all: test
|
||||||
test -d aux/broctl && ( cd aux/broctl && make test )
|
test -d aux/broctl && ( cd aux/broctl && make test )
|
||||||
test -d aux/btest && ( cd aux/btest && 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/bro-aux && ( cd aux/bro-aux && make test )
|
||||||
|
test -d aux/plugins && ( cd aux/plugins && make test-all )
|
||||||
|
|
||||||
configured:
|
configured:
|
||||||
@test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 )
|
@test -d $(BUILD) || ( echo "Error: No build/ directory found. Did you run configure?" && exit 1 )
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cf6617b1a7831ea1398fd87ca4a400ff1f583b50
|
Subproject commit ee5a9b81f99336842164442fd5ff64c55f2882f2
|
Loading…
Add table
Add a link
Reference in a new issue