| 1234567891011 |
- # Statum test suite: scalar/list serialization round-trips (public + encrypted
- # paths) and the cross-namespace typed-action private-data reproduction (S-8).
- # Prints PASS/FAIL lines and exits non-zero on failure.
- statum_tests = executable('statum-tests',
- ['TestMain.vala'],
- dependencies: [statum_dep],
- install: false
- )
- test('statum', statum_tests)
|