diff options
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 |