diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-07 15:47:50 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-06-15 07:32:45 +0800 |
commit | 820a1e5c39b562e393ce7de031cd17b819460829 (patch) | |
tree | 41120529048d187ef81326afb7e8c1424c151c33 /tests/Makefile.am | |
parent | b33364807ef23cdca508ce2f430cd6f59203d3dc (diff) | |
download | gsoc2013-epiphany-820a1e5c39b562e393ce7de031cd17b819460829.tar gsoc2013-epiphany-820a1e5c39b562e393ce7de031cd17b819460829.tar.gz gsoc2013-epiphany-820a1e5c39b562e393ce7de031cd17b819460829.tar.bz2 gsoc2013-epiphany-820a1e5c39b562e393ce7de031cd17b819460829.tar.lz gsoc2013-epiphany-820a1e5c39b562e393ce7de031cd17b819460829.tar.xz gsoc2013-epiphany-820a1e5c39b562e393ce7de031cd17b819460829.tar.zst gsoc2013-epiphany-820a1e5c39b562e393ce7de031cd17b819460829.zip |
tests: add ephy-shell-test
https://bugzilla.gnome.org/show_bug.cgi?id=673683
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 496622fd9..6ee0c7be7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,6 +10,7 @@ noinst_PROGRAMS = \ test-ephy-migration \ test-ephy-search-entry \ test-ephy-session \ + test-ephy-shell \ test-ephy-sqlite \ test-ephy-web-app-utils \ test-ephy-web-view \ @@ -148,6 +149,11 @@ test_ephy_session_SOURCES = \ $(top_builddir)/src/epiphany-resources.c \ $(top_builddir)/src/epiphany-resources.h +test_ephy_shell_SOURCES = \ + $(top_builddir)/src/epiphany-resources.c \ + $(top_builddir)/src/epiphany-resources.h \ + ephy-shell-test.c + test_ephy_sqlite_SOURCES = \ ephy-sqlite-test.c |