gtk/testsuite/gdk/meson.build

25 lines
886 B
Meson
Raw Normal View History

# FIXME: use array + foreach
test_cairo = executable('cairo', 'cairo.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('gdk/cairo', test_cairo)
test_cursor = executable('cursor', 'cursor.c', dependencies: libgtk_dep)
test('gdk/cursor', test_cursor)
test_display = executable('display', 'display.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('gdk/display', test_display)
test_encoding = executable('encoding', 'encoding.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('gdk/encoding', test_encoding)
test_keysyms = executable('keysyms', 'keysyms.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('gdk/keysyms', test_keysyms)
test_rectangle = executable('rectangle', 'rectangle.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('gdk/rectangle', test_rectangle)
test_rgba = executable('rgba', 'rgba.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('gdk/rgba', test_rgba)
test_seat = executable('seat', 'seat.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('gdk/seat', test_seat)