Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 847862
Collapse All | Expand All

(-)a/tests/meson.build (-12 lines)
Lines 179-196 if get_option('unit_tests').enabled() Link Here
179
    env: envs
179
    env: envs
180
  )
180
  )
181
181
182
  web_view_test = executable('test-ephy-web-view',
183
    'ephy-web-view-test.c',
184
    resources,
185
    readability_resources,
186
    adguard_resources,
187
    dependencies: ephymain_dep
188
  )
189
  test('Web view test',
190
       web_view_test,
191
       env: envs
192
  )
193
194
  if get_option('network_tests').enabled() and gsb_api_key != ''
182
  if get_option('network_tests').enabled() and gsb_api_key != ''
195
    gsb_service_test = executable('test-ephy-gsb-service',
183
    gsb_service_test = executable('test-ephy-gsb-service',
196
      'ephy-gsb-service-test.c',
184
      'ephy-gsb-service-test.c',

Return to bug 847862