diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-02 05:07:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-02 05:07:30 +0800 |
commit | 185ab751c20a825f832efd89a7cfbd75fa09e20c (patch) | |
tree | 7739a0a893d2da843b2eeea375643bed86b14160 /tests/Makefile.am | |
parent | a166462bcaf8211416c3e19a421c0ae5279e1b9f (diff) | |
download | gsoc2013-epiphany-185ab751c20a825f832efd89a7cfbd75fa09e20c.tar gsoc2013-epiphany-185ab751c20a825f832efd89a7cfbd75fa09e20c.tar.gz gsoc2013-epiphany-185ab751c20a825f832efd89a7cfbd75fa09e20c.tar.bz2 gsoc2013-epiphany-185ab751c20a825f832efd89a7cfbd75fa09e20c.tar.lz gsoc2013-epiphany-185ab751c20a825f832efd89a7cfbd75fa09e20c.tar.xz gsoc2013-epiphany-185ab751c20a825f832efd89a7cfbd75fa09e20c.tar.zst gsoc2013-epiphany-185ab751c20a825f832efd89a7cfbd75fa09e20c.zip |
Revert "tests: add ephy-file-helpers-test"
This reverts commit d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe.
Does not pass distcheck and I need to release.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c116dbbdf..cb0944267 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,6 @@ noinst_PROGRAMS = \ test-ephy-download \ test-ephy-embed-single \ test-ephy-embed-utils \ - test-ephy-file-helpers \ test-ephy-history \ test-ephy-location-entry \ test-ephy-search-entry \ @@ -120,12 +119,6 @@ test_ephy_embed_single_SOURCES = \ test_ephy_embed_utils_SOURCES = \ ephy-embed-utils-test.c -test_ephy_file_helpers_SOURCES = \ - ephy-file-helpers-test.c -test_ephy_file_helpers_CPPFLAGS = \ - -DTOP_SRC_DIR=\"$(abs_top_srcdir)\" \ - $(AM_CPPFLAGS) - test_ephy_history_SOURCES = \ ephy-history-test.c |