Changes between Version 36 and Version 37 of BuildingOnUnixWithCMake


Ignore:
Timestamp:
Oct 6, 2020, 1:41:36 PM (4 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnixWithCMake

    v36 v37  
    7070== Test ==
    7171
    72 Under CMake testing is performed by [http://www.itk.org/Wiki/CTest:FAQ CTest], which is distributed together with CMake.
     72Under CMake testing is performed by [http://www.itk.org/Wiki/CTest:FAQ CTest].
    7373
    74 After the build is ready, tests can be executed in ''BUILDDIR''. Natively, CMake uses a target named ''test'':
     74After building, tests can be executed in ''BUILDDIR''. Natively, CMake uses a target named ''test'':
    7575
    7676{{{
     
    7878}}}
    7979
    80 For convenience, an Autotools-like target is available:
     80For convenience an Autotools-like `check` target is available:
    8181
    8282{{{
     
    8484}}}
    8585
    86 It is possible to run the ''ctest'' program directly, without using a ''make'' target. This gives access to ''ctest'' command line options (see ''ctest --help'' for a listing).
     86It is possible to run `ctest` directly. This gives access to ''ctest'' command line options (see ''ctest --help'' for a listing).
    8787
    8888{{{
     
    9191}}}
    9292
    93 A list of GEOS test suites can be obtained by running ''ctest --show-only'':
     93A list of GEOS test suites is obtained by running ''ctest --show-only'':
    9494
    9595{{{