running_tests.txt 428 B

1234567891011
  1. currently there are shell scripts to facilitate running the built in unit tests
  2. on GNU/Linux and Unix like systems.
  3. Steps:
  4. (cd gtest-1.3.0 && ./build_gtest.sh)
  5. (cd sqrattest && ./build_tests.sh && ./run_tests.sh)
  6. You can edit build_tests.sh to point to the location of your squirrel include
  7. and library directory paths, if they are not in /usr/local/.
  8. Batch files to do the same on Microsoft Windows: contributions welcome!