Differences From Artifact [45ac8d74ef]:
- Executable file tests/rununittest.sh — part of check-in [662f6304a0] at 2013-11-12 21:12:06 on branch trunk — More ported to inmem (user: matt, size: 434) [annotate] [blame] [check-ins using] [more...]
To Artifact [fbc9c72134]:
- Executable file tests/rununittest.sh — part of check-in [b81b7645b9] at 2013-11-24 20:16:33 on branch inmem-per-run-db — rundb, inmem and main structures written (user: matt, size: 485) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + | #!/bin/bash # Usage: rununittest.sh testname debuglevel # # Ensure all is made (cd ..;make && make install) # Clean setup # rm -f simplerun/megatest.db simplerun/monitor.db simplerun/db/monitor.db rm -rf simplelinks/ simpleruns/ mkdir -p simplelinks simpleruns (cd simplerun;cp ../../*_records.scm .;perl -pi.bak -e 's/define-inline/define/' *_records.scm) |
︙ |