Artifact 4e5a87c2e6c8c83e4a4f32976ce2eec66d3d6f7c:
- Executable file tests/rununittest.sh — part of check-in [7bebfb6ba6] at 2013-11-10 17:40:21 on branch trunk — Divided unit tests into sections (user: matt, size: 379) [annotate] [blame] [check-ins using]
#!/bin/bash # Usage: rununittest.sh testname debuglevel # # Clean setup # rm -f simplerun/megatest.db rm -rf simplelinks/ simpleruns/ mkdir -p simplelinks simpleruns (cd simplerun;cp ../../*_records.scm .;perl -pi.bak -e 's/define-inline/define/' *_records.scm) # Run the test $1 is the unit test to run cd simplerun;echo '(load "../tests.scm")' | megatest -repl -debug $2 $1