Commit 6065776a authored by Rusty Russell's avatar Rusty Russell

Import tdbtool from SAMBA (e440a2e11e78a562f97971c0dfe0cf3f694996ff)

parent 5f44c8ca
......@@ -2,7 +2,7 @@ LDLIBS:=-lccan
CFLAGS:=-I../../.. -Wall -O3 #-g -pg
LDFLAGS:=-L../../..
default: replay_trace tdbtorture tdbdump
default: replay_trace tdbtorture tdbdump tdbtool
benchmark: replay_trace
@trap "rm -f /tmp/trace.$$$$" 0; for f in benchmarks/*.rz; do if runzip -k $$f -o /tmp/trace.$$$$ && echo -n "$$f": && ./replay_trace --quiet -n 5 replay.tdb /tmp/trace.$$$$ && rm /tmp/trace.$$$$; then rm -f /tmp/trace.$$$$; else exit 1; fi; done
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment