Tests seem to run twice.
1uc opened this issue · 1 comments
1uc commented
When running:
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=On -DEXTLIB_FROM_SUBMODULES=On
cmake --build build --parallel && ctest --test-dir build -V
I see:
1: Test command: /home/lucg/git/bbp/libsonata/build/tests/unittests "SONATA"
...
29: Test command: /home/lucg/git/bbp/libsonata/build/tests/unittests "Selection"
30: Test command: /home/lucg/git/bbp/libsonata/build/tests/unittests
It looks like the tests first run one by one, then all once more. Is this the desired behaviour?
mgeplf commented
Is this the desired behaviour?
Nope, I will look into this. Thanks for noticing.