summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-06-21 08:11:47 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-06-21 08:12:16 -0500
commitc631c308905a234f5b1bea3366fd9ea5814c2326 (patch)
tree7725d9333197c8cac7a8258c98c11f9649c0034c /tests
parent4aa076ae2cc548d5f1dfafae74b50e46a6a57971 (diff)
downloadepiphany-c631c308905a234f5b1bea3366fd9ea5814c2326.tar.gz
Revert "Disable safe browsing test"
This reverts commit a5865320bf1c360ebd9b31e1e88cc3469ae6d60f. This should be working again.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build17
1 files changed, 8 insertions, 9 deletions
diff --git a/tests/meson.build b/tests/meson.build
index efc960b16..89f903ac3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -74,15 +74,14 @@ if get_option('unit_tests')
# env: envs
# )
- # https://bugzilla.gnome.org/show_bug.cgi?id=796324
- #gsb_service_test = executable('test-ephy-gsb-service',
- # 'ephy-gsb-service-test.c',
- # dependencies: ephymain_dep
- #)
- #test('GSB service test',
- # gsb_service_test,
- # env: envs
- #)
+ gsb_service_test = executable('test-ephy-gsb-service',
+ 'ephy-gsb-service-test.c',
+ dependencies: ephymain_dep
+ )
+ test('GSB service test',
+ gsb_service_test,
+ env: envs
+ )
history_test = executable('test-ephy-history',
'ephy-history-test.c',