diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-01-24 22:07:39 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-01 02:33:59 +0800 |
commit | b447f3c0080796b087386e013c75a3613f79d86b (patch) | |
tree | 2d777e36ce741860bfc470b24787ca665910221c /tests/Makefile.am | |
parent | fb5f322406068fb9e514d204f9ba999bc40e2c55 (diff) | |
download | gsoc2013-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.am | 4 |
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 |