diff options
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 cb0944267..c44b95706 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,6 +4,7 @@ noinst_PROGRAMS = \ test-ephy-embed-utils \ test-ephy-history \ test-ephy-location-entry \ + test-ephy-migration \ test-ephy-search-entry \ test-ephy-sqlite \ test-ephy-web-view \ @@ -125,6 +126,9 @@ test_ephy_history_SOURCES = \ test_ephy_location_entry_SOURCES = \ ephy-location-entry-test.c +test_ephy_migration_SOURCES = \ + ephy-migration-test.c + test_ephy_search_entry_SOURCES = \ ephy-search-entry-test.c |