Simulating emergency services for our 3rd year group project in Java.
$ ant create_jar
$ ant run_all_tests
Alternatively tests may be run in package groups: e.g.
$ ant engine_tests
$ ant gui_tests
$ ant jmva_tests
$ ant spatial_queue_tests
$ ant spatial_queue_commit_tests
#Setting up git hooks
To install our version-controlled git hooks, please run the following script:
./.init-hooks