summaryrefslogtreecommitdiff
path: root/subprojects/pixpat/pixpat-native/tests/meson.build
blob: cbdfda299a0c09e167e627a34d2142efa2e9be8f (plain)
1
2
3
4
5
6
7
8
9
10
11
add_languages('c', native : false)

test('pixpat-smoke-cpp',
     executable('test_pixpat_cpp',
                'test_pixpat.cpp',
                dependencies : libpixpat_dep))

test('pixpat-smoke-c',
     executable('test_pixpat_c',
                'test_pixpat_c.c',
                dependencies : libpixpat_dep))