Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-15 Thread Matthias Maier
Very happy to hear that :-) I'd also love to get some feedback (in case you encounter some missing functionality - the user base of this particular feature has just increased from about 2 to 3 ^^) Best, Matthias On Thu, Aug 15, 2019, at 06:53 CDT, Bruno Blais wrote: > Dear Matthias, > I

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-15 Thread Bruno Blais
Dear Matthias, I follow your repository and it works perfectly. Thanks, I managed to go down from 11 executables to 3... :)! Best Bruno On Wednesday, 14 August 2019 20:04:03 UTC-4, Matthias Maier wrote: > > > On Wed, Aug 14, 2019, at 18:58 CDT, Bruno Blais > wrote: > > > Dear Matthias, > > If

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Matthias Maier
On Wed, Aug 14, 2019, at 18:58 CDT, Bruno Blais wrote: > Dear Matthias, > If I understand correctly, the only constraint of working this way is that > all tests for a single executable must be grouped in a single folder, and > that a single folder can test a single executable? > That's

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Bruno Blais
Hahaha, that is amazing! So much documentation that sometimes documentation becomes its own enemy :P Thanks for everything! That will definitely be incredibly helpful (not only to me, but to others)! On Wednesday, 14 August 2019 20:00:00 UTC-4, Matthias Maier wrote: > > > On Wed, Aug 14, 2019,

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Matthias Maier
On Wed, Aug 14, 2019, at 18:57 CDT, Matthias Maier wrote: > On Wed, Aug 14, 2019, at 18:55 CDT, Matthias Maier wrote: > >> [...] > > This is actually explained here: > > https://www.dealii.org/current/users/testsuite.html AND I apparently created a demo repository showcasing all of that:

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Bruno Blais
Dear Matthias, If I understand correctly, the only constraint of working this way is that all tests for a single executable must be grouped in a single folder, and that a single folder can test a single executable? That's perfect. I will try that tomorrow. If I manage to make that work, it is

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Matthias Maier
Wolfgang, there was a little bit of CMake development behind your back *cough* *cough* (Luca wanted to have the feature Bruno was asking about). Best, Matthias On Wed, Aug 14, 2019, at 18:16 CDT, Wolfgang Bangerth wrote: > Bruno, > >> I am re-implementing some tests on our solvers

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Matthias Maier
On Wed, Aug 14, 2019, at 18:55 CDT, Matthias Maier wrote: > [...] This is actually explained here: https://www.dealii.org/current/users/testsuite.html :-D -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Matthias Maier
On Wed, Aug 14, 2019, at 13:38 CDT, Bruno Blais wrote: > 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

Re: [deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Wolfgang Bangerth
Bruno, > 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

[deal.II] Testing with CTest : Testing the same executable with more than one ".prm" and ".output" combination

2019-08-14 Thread Bruno Blais
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