[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
test script argument handling
I'm thinking that we likely should remove most of the
argument handling from tests/Makefile. I'm thinking
maybe we should have configure generate a run script
(from run.in) which the make file calls to run tests.
The script could also be called directly.
./run all (run all w/ bdb)
./run -db=hdb all (run all w/ hdb)
./run test001
./run acls
Also, maybe the script could handle (better) the creation
and removal of DB directories.
Thoughts?
Kurt