Sorry, I sent that using my mobile phone. What I meant was that ctest generates names like RegressTest_CEECC0B0 and that you would see them on a full run of ctest (invoking 'ctest' from the build dir). You could then run 'ctest -V -R RegressTest_CEECC0B0' to run only this single test. But it seems like you are building in a subdirectory and trying to run the tests from the source directory. Please try 'cd build/ledger/debug' (using the correct path) and then run ctest. If that does not work, please check the output of acprep/cmake for 'Found PythonInterp'.
On Tue, Jan 22, 2013 at 12:52 AM, thierry <[email protected]> wrote: > Hi Johann, you answer is not helpful enough for me > > You suggested to see the output of a full ctest, but I cannot run ctest > without error/no output... > > I tried running without "-R", and with filename, but I have same error > > $ ctest -V 647D5DB9.test > UpdateCTestConfiguration from > :/home/thierry/dev/ledger/test/regress/DartConfiguration.tcl > UpdateCTestConfiguration from > :/home/thierry/dev/ledger/test/regress/DartConfiguration.tcl > Test project /home/thierry/dev/ledger/test/regress > Constructing a list of tests > Checking test dependency graph... > Checking test dependency graph end > No tests were found!!! > > > > Le mardi 22 janvier 2013 00:25:28 UTC+1, Johann Klähn a écrit : >> >> You have to specify the test name used by ctest instead of the file name >> when using -R. See the output of a full ctest run for those names. >> On Jan 21, 2013 11:29 PM, "thierry" <[email protected]> wrote: >> >>> I did a full clean, and a full build, still not working for me using >>> ctest (it is working using "python ./test/RegressTests.py") >>> >>> $ ./acprep gitclean >>> $ ./acprep opt update --python --doxygen --jobs=2 >>> $ cd test/regress/ >>> $ ctest -V -R 647D5DB9.test >>> UpdateCTestConfiguration from :/home/thierry/dev/ledger/**test/regress/ >>> **DartConfiguration.tcl >>> UpdateCTestConfiguration from :/home/thierry/dev/ledger/**test/regress/ >>> **DartConfiguration.tcl >>> Test project /home/thierry/dev/ledger/test/**regress >>> Constructing a list of tests >>> Checking test dependency graph... >>> Checking test dependency graph end >>> No tests were found!!! >>> >>> >>> Le lundi 21 janvier 2013 22:58:44 UTC+1, John Wiegley a écrit : >>>> >>>> >>>>> thierry <[email protected]> writes: >>>> >>>> > ~/dev/ledger/test/regress$ ctest -V -R ./647D5DB9.** >>>> testUpdateCTestConf**iguration >>>> > from :/home/thierry/dev/ledger/**test**/regress/**DartConfiguration.tcl >>>> >>>> > UpdateCTestConfiguration from >>>> > :/home/thierry/dev/ledger/**test**/regress/ >>>> >>>> > DartConfiguration.tcl >>>> > Test project /home/thierry/dev/ledger/test/****regress >>>> > Constructing a list of tests >>>> > Checking test dependency graph... >>>> > Checking test dependency graph end >>>> >>>> Have you done a full build? Is Python support for the build available? >>>> If >>>> you run just "ctest", does it run a few hundred tests, or just two? >>>> >>>> John >>>> >>>
