summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 3b2dbac3835c15fabf5a629bdf909694367161b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test_env = [
  'G_DEBUG=gc-friendly',
  'GSETTINGS_BACKEND=memory',
  'MALLOC_CHECK_=2',
  'NO_AT_BRIDGE=1',
]

subdir('testing-util')

subdir('libpeas')
if build_gtk_widgetry == true
  subdir('libpeas-gtk')
endif

subdir('plugins')