meson.build 363 B

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