diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8cba75725..bb538d845 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ noinst_PROGRAMS = \ - test-ephy-embed-persist \ + test-ephy-download \ test-ephy-embed-single \ test-ephy-location-entry \ test-ephy-search-entry \ @@ -33,8 +33,8 @@ LDADD += \ $(SEED_LIBS) endif -test_ephy_embed_persist_SOURCES = \ - ephy-embed-persist.c +test_ephy_download_SOURCES = \ + ephy-download.c test_ephy_embed_single_SOURCES = \ ephy-embed-single.c |