File: meson.build

package info (click to toggle)
libgedit-amtk 5.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 2,996; xml: 288; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
interactive_tests = [
  # executable name, sources
  ['test-headerbar', 'test-headerbar.c'],
  ['test-traditional-ui', 'test-traditional-ui.c'],
]

foreach test : interactive_tests
  executable(
    test[0], test[1],
    dependencies: AMTK_STATIC_DEP
  )
endforeach