zeek/testing/external/scripts/skel/Makefile
Robin Sommer bd4a629bef Changes to the testing/external infrastructure.
The traces for external test-suites are no longer kept inside the
repositories themselves but downloaded separately via curl. This is
because git is pretty bad at dealing with large files.

See the README for more information.
2011-09-08 12:36:35 -07:00

14 lines
216 B
Makefile

DIAG=diag.log
BTEST=../../../aux/btest/btest
all: update-traces
@rm -f $(DIAG)
@$(BTEST) -f $(DIAG)
brief: update-traces
@rm -f $(DIAG)
@$(BTEST) -b -f $(DIAG)
update-traces:
../scripts/update-traces Traces