Skip to content

Always avoid parallel build_* tests

Maik Nijhuis requested to merge sequential-unittest-builds into master

This improvement makes parallel ctest -j<n> jobs work again for schaapcommon, by creating the proper dependencies between build_* tests.

Merge request reports