[Insight-users] How to run the tests on the local machine?
Luis Ibanez
luis.ibanez at kitware.com
Wed Sep 28 13:49:07 EDT 2005
Hi Ashish,
Just open a MSDOS window, go to your binary
directory and type:
ctest
That should be enough...
Ctest will run all the tests for you.
Ctest is an executable that makes part of CMake. If it is not
in your path, you usually will find it on
c:\Program Files\CMake20\bin\ctest.exe
(unless, of course, you built it on your own in a different
directory)
For a full list of instructions on how to use ctest and how
to run the testing suite please refer to the following Wiki page
http://www.cmake.org/Wiki/CMake_Testing_With_CTest
In particular to
http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Running_Individual_Tests
Regards,
Luis
---------------------
Ashish Poddar wrote:
> Hi,
>
> I apologize if the question is too obvious, but I cant figure out the
> way to run the tests on local machine... is there a batch file or do i
> have to create one for running the tests..
>
> I have compiled the ITK library and want to run the tests on win XP x64
> machine... compiled by using platform SDK by microsoft.
>
> with regards,
> Ashish.
>
> --
> Ashish Poddar
> Its high time we standardize everything!
> Y:ashish_poddar | MSN:ashish_poddar at yahoo.com
> <mailto:MSN:ashish_poddar at yahoo.com> | gTalk:ahpoddar+talk at gmail.com
> <mailto:gTalk:ahpoddar+talk at gmail.com>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list