File: meson.build

package info (click to toggle)
minder 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,736 kB
  • sloc: xml: 799; sh: 112; python: 87; ansic: 78; makefile: 5; tcl: 4
file content (16 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
test_vala_sources = [
  'assert.vala',
  'tests.vala',
  'test-example.vala',
]

test_executable = executable(
  'minder-regress',
  test_vala_sources,
  dependencies: dependencies,
)

test(
  'minder-regress',
  test_executable,
)