mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Extending "make test-all" to include aux/bro-aux.
Also updating bro-aux submodule.
This commit is contained in:
parent
413871af79
commit
c686d5bc84
4 changed files with 7 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
2.3-7 | 2014-06-26 17:35:18 -0700
|
||||||
|
|
||||||
|
* Extending "make test-all" to include aux/bro-aux. (Robin Sommer)
|
||||||
|
|
||||||
2.3-6 | 2014-06-26 17:24:10 -0700
|
2.3-6 | 2014-06-26 17:24:10 -0700
|
||||||
|
|
||||||
* DataSeries compilation issue fixed. (mlaterman)
|
* DataSeries compilation issue fixed. (mlaterman)
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -55,6 +55,7 @@ test:
|
||||||
test-all: test
|
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 )
|
||||||
|
|
||||||
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 )
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.3-6
|
2.3-7
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5721df4f5f6fa84de6257cca6582a28e45831786
|
Subproject commit 1e0afc6ad205199a495dfd2eb28d8aad80d41753
|
Loading…
Add table
Add a link
Reference in a new issue