[Dart] CTestConfiguration.ini using CTest script
Marc Franquesa
marc.franquesa at gmail.com
Mon Oct 22 17:54:13 EDT 2007
Hi,
I configured my own Dart2 Server to check compilation results from a
software project.
I tested it using a DartConfiguration.tcl file and works good. Now I'm
trying to write a CTest script to distribute it with the source. This
is my CTest Script:
SET (CTEST_SOURCE_DIRECTORY ".")
SET (CTEST_BINARY_DIRECTORY ".")
SET (CTEST_CVS_COMMAND "/usr/bin/svn")
SET (CTEST_CVS_CHECKOUT "${CTEST_CVS_COMMAND} co
https://trueta.udg.edu/repos/starviewer/trunk/starviewer")
SET (CTEST_COMMAND "/usr/bin/ctest -D Experimental Start Update
Configure Build Test Submit")
SET (CTEST_CONFIGURE_COMMAND "/usr/bin/qmake")
SET (CTEST_ENVIRONMENT "LC_ALL=en_US.UTF-8")
SET (CTEST_DROP_METHOD xmlrpc)
SET (CTEST_DROP_SITE "http://localhost:8081")
SET (CTEST_DROP_LOCATION "Starviewer")
SET(BUILD_NAME "Linux-gcc")
SET(SITE "$ENV{HOSTNAME}")
The problem is if run ctest -S script.cmake, I get this error:
Unable to run ctest:
Cannot find file: /home/mark/t/starviewer-0.4/CTestConfiguration.ini
Site:
Build name:
Problem initializing the dashboard.
If I have the DartConfiguration.tcl file in the source dir this error
doesn't happen. I want to use ctest as a dart client using only one
file. ¿Is posible using a CTest Script?
--
"If you don't know where you're going,
any road will take you there" - Lewis Carroll
Visit http://www.l3jane.net/
Marc Franquesa
Vic - Catalonia
--------------------------------------------------------------
More information about the Dart
mailing list