I have discovered the problem, and it has nothing to do with CTest or
CMake. It had everything to do with our overly-complex build
system... but I now understand more about CTest/Dart etc than I did,
so thanks for your time!
___
Powered by www.kitware.c
We do have a CTestConfig.cmake:
set(CTEST_PROJECT_NAME "BRAINS3")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "testing.psychiatry.uiowa.edu")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=BRAINS3")
set(CTEST_DROP_SITE_CDASH TRUE)
I ran the c
What are the contents of your CTestConfig.cmake file?
If you are going to run dashboards like this:
BUILD COMMAND runcmd ctest -V -D NightlyStart -D NightlyConfigure -D
NightlyBuild -D NightlyTest -D NightlySubmit
running: ctest -V -D NightlyStart -D NightlyConfigure -D NightlyBuild
-D NightlyTest
I'm now finding out that we had
include(Dart)
in all our Makefiles. I commented that out, and added
include(CTest)
instead. Then I deleted everything in the build directory, and
re-configured. I get these errors still:
/scratch/williamsnk/Testing/BRAINS-COMPILE/Linux/DEBUG-lib/CMake-build/bi
Are you doing:
include(CTest)
in your CMakeLists.txt file?
On Fri, Jun 4, 2010 at 10:51 AM, kent williams wrote:
> We don't have Dart installed on some machines we want to do testing
> on. Consequently including Dart.cmake does nothing to generate
> DartConfiguration.tcl.
>
> If you're not usin
We don't have Dart installed on some machines we want to do testing
on. Consequently including Dart.cmake does nothing to generate
DartConfiguration.tcl.
If you're not using Dart, how do you set things up such that you avoid
this error?
running: ctest -V -D NightlyStart -D NightlyConfigure -D Nig