I have a c++ project which has a test suite with already configured scripts. if i run ctest -V
it normally check all test available in a directory.
I have written a new test and saved it in the same directory but if I run ctest -V -R newtest
, i get the following message.
UpdateCTestConfiguration
from :/home/user/project/DartConfiguration.tcl
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
No tests were found!!!
I could not find DartConfiguration.tc` file anywhere. Please help , I am new to ctest or cmake.