Hello all,
I am re-implementing some tests on our solvers (following 
https://www.dealii.org/developer/developers/testsuite.html#layoutaddtests)
Right now, it is really easy to test individual applications with a 
combination of executable + output + prm file.
We also test with various number of processors.

However, I was wondering if there was way to test a single executable with 
more than one .prm file and corresponding output files
Ex: test.1.prm test.1.output, test.2.prm, test.2.output where test would be 
the executable in question.

Is that something that is feasible in the current framework?
If not, what would be your advice on the way to proceed? I could make 
identical executables that instantiate the same class, but that increases 
linking time for no reasons.

Best
Bruno

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/59703029-80e0-446f-b47b-b9b04780a7aa%40googlegroups.com.

Reply via email to