We have a lot of tests directly written in yml files. That's not a good idea, we should move from hardcoding steps to e.g. cmake targets.
Ideally it should be something like
That will run all (most of the) tests. Or we may have a bunch of targets, like ninja daspkg_tests, ninja dastest, etc.
I don't have clear perception of how it should look like yet, some other options may suite better.
We have a lot of tests directly written in yml files. That's not a good idea, we should move from hardcoding steps to e.g. cmake targets.
Ideally it should be something like
That will run all (most of the) tests. Or we may have a bunch of targets, like
ninja daspkg_tests,ninja dastest, etc.I don't have clear perception of how it should look like yet, some other options may suite better.