mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Adding Makefile target test-all that also runs the BroControl test
suite. Eventually "make test" should do this but let's trigger it separately for now.
This commit is contained in:
parent
6d478bea57
commit
45f6f11e51
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -61,7 +61,10 @@ distclean:
|
||||||
rm -rf $(BUILD)
|
rm -rf $(BUILD)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@(cd testing && make )
|
@( cd testing && make )
|
||||||
|
|
||||||
|
test-all: test
|
||||||
|
test -d aux/broctl && ( cd aux/broctl && make test )
|
||||||
|
|
||||||
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 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue