summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: f4f46e7768ddaea03a11e0f7cb2a553c340d4374 (plain)
1
2
3
4
5
6
7
8
exe_stroke = executable(
  'testStroke',
  'test_stroke.c',
  link_with: [lib_rgl],
  include_directories: incdir,
)

test('stroke', exe_stroke)