Commit graph

4 commits

Author SHA1 Message Date
Daniel Eklöf
9dbbc480e4
Rename project: f00bar -> yambar 2019-09-28 20:39:45 +02:00
Daniel Eklöf
244eb55431 test: wip: good path try-to-exercise-as-much-as-possible test case
This is a configuration that is expected to validate, and to exercise
as much as possible of the code up until validation has
completed. That is, as much as possible of the configuration
validation code.

It currently instantiates all modules, but not yet all particles and
decorations.
2019-05-11 11:07:51 +02:00
Daniel Eklöf
217e0d2052 meson: test: must also pass '-C' (--validate)
Otherwise it will try to _run_ the bar, which we don't want.
2019-05-11 11:07:15 +02:00
Daniel Eklöf
235efd789a meson: add a couple of expected-to-fail tests
Initial set of tests verifying we fail when trying to load:

a) a non-existing configuration
b) a non-regular file configuration (e.g. a directory)
c) configuration exists, but has no top-level 'bar' entry
2019-05-09 20:37:09 +02:00