THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Timo Koch (timokoch) 

Attached to Project - DuMuX
Summary - Don't build executables on make test
Task Type - Feature Request
Category - CMake
Status - New
Assigned To - 
Operating System - Unspecified
Severity - Low
Priority - Normal
Reported Version - SVN
Due in Version - Undecided
Due Date - Undecided
Details - The CMake way to do this is

make all
make test

where make all builds all executables, make test RUNS the tests.
Some Dune magic can be used to compile all tests on make test.
This has the disadvantage that all tests build also if only one test is desired 
to run (with ctest -R my_test). This only occurs when there are more than one 
test in the same directory.

The CMake way has advantages that get lost by contracting build and execution:
- In an automated build the compilation and execution can fail/pass separately
- One test can be build and executed if desired (make my_test, ctest -R 
my_test)  

More information can be found at the following URL:
http://www.dumux.org/flyspray/index.php?do=details&task_id=263

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.
_______________________________________________
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to