Hi everyone just a simple question: is there any option for testing some of tests? I mean, if I want to just run tests 25-100, how should I specify it in "make test"?
Thank you very much!
j.m
running test
-
- Posts: 1210
- Joined: 26 Aug 2013, 13:22
- First name(s): Radovan
- Last name(s): Bast
- Affiliation: none
- Country: Germany
Re: running test
Yes there is. Try "man ctest" and look for -I.
in other words to run tests 25-100:
$ ctest -I 25,100,1
in other words to run tests 25-100:
$ ctest -I 25,100,1
-
- Posts: 10
- Joined: 04 Dec 2014, 21:07
- First name(s): James
- Last name(s): Mao
- Affiliation: UTA
- Country: United States
Re: running test
Thank you!
Who is online
Users browsing this forum: No registered users and 0 guests