TestingΒΆ

Testing is performed with PhantomJS and uses Python to drive the process and setup a sandboxed Girder environment. Tests are performed automatically by Travis with resulting test data pushed to a CDash dashboard.

To initialize the testing environment, create a build folder and run CMake:

mkdir build
cd build
cmake ..

Run the tests with CTest. Use -V for verbose output.

ctest -V