Documentation/4.6/Developers/Build Instructions/Test
From Slicer Wiki
Home < Documentation < 4.6 < Developers < Build Instructions < Test
For the latest Slicer documentation, visit the read-the-docs. |
TEST Slicer
After building, run the tests in the Slicer-SuperBuild/Slicer-build
directory
Linux or MacOSX (Makefile) | Windows (Visual Studio) |
---|---|
Start a terminal. $ cd ~/Projects/Slicer-SuperBuild/Slicer-build $ ctest -j<NUMBEROFCORES> |
Start Windows Explorer. Need help?
Note: RUN_TESTS project can be found in the CMakePredefinedTargets folder. See here for more details. |