Hello,
I have the following command to compare two files:
ADD_TEST(mytest ${CMAKE_COMMAND} -E compare_files file1.c file2.c)
however when I run the test, then all it prints is :
UpdateCTestConfiguration from
:/home/herlamba/ece373/src/homeworks/hw07-herlambang/DartConfiguration.tclStart
processing testsUpdateCTestConfiguration from
:/home/herlamba/ece373/src/homeworks/hw07-herlambang/DartConfiguration.tclTest
project /home/herlamba/ece373/src/homeworks/hw07-herlambangConstructing a list
of testsNo tests were found!!!
am I doing something wrong here?
I run the test by typing in:
ctest -VV -R mytest
_________________________________________________________________
New Windows 7: Simplify what you do everyday. Find the right PC for you.
http://windows.microsoft.com/shop_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake