aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-01-24 22:07:39 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-01 02:33:59 +0800
commitb447f3c0080796b087386e013c75a3613f79d86b (patch)
tree2d777e36ce741860bfc470b24787ca665910221c /tests/Makefile.am
parentfb5f322406068fb9e514d204f9ba999bc40e2c55 (diff)
downloadgsoc2013-epiphany-b447f3c0080796b087386e013c75a3613f79d86b.tar
gsoc2013-epiphany-b447f3c0080796b087386e013c75a3613f79d86b.tar.gz
gsoc2013-epiphany-b447f3c0080796b087386e013c75a3613f79d86b.tar.bz2
gsoc2013-epiphany-b447f3c0080796b087386e013c75a3613f79d86b.tar.lz
gsoc2013-epiphany-b447f3c0080796b087386e013c75a3613f79d86b.tar.xz
gsoc2013-epiphany-b447f3c0080796b087386e013c75a3613f79d86b.tar.zst
gsoc2013-epiphany-b447f3c0080796b087386e013c75a3613f79d86b.zip
Add basic tests for EphySnapshotService
https://bugzilla.gnome.org/show_bug.cgi?id=668578
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d41bd8ad4..5c49dac0b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,6 +12,7 @@ noinst_PROGRAMS = \
test-ephy-search-entry \
test-ephy-session \
test-ephy-shell \
+ test-ephy-snapshot-service \
test-ephy-sqlite \
test-ephy-string \
test-ephy-web-app-utils \
@@ -152,6 +153,9 @@ test_ephy_shell_SOURCES = \
$(top_builddir)/src/epiphany-resources.h \
ephy-shell-test.c
+test_ephy_snapshot_service_SOURCES = \
+ ephy-snapshot-service-test.c
+
test_ephy_sqlite_SOURCES = \
ephy-sqlite-test.c