[epiphany/wip/autocrap] Fix URI helpers test



commit e6677620af91e56349490c5153e5350592bb8bac
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jun 29 19:03:13 2015 -0500

    Fix URI helpers test
    
    tests/Makefile.am:178: warning: variable 'test_ephy_uri_helpers_SOURCES'
    is defined but no program or
    tests/Makefile.am:178: library has 'test_ephy_uri_helpers' as canonical
    name (possible typo)
    
    Glad that was legal. "Glad."

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4409aea..0843021 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,7 @@ noinst_PROGRAMS = \
        test-ephy-snapshot-service \
        test-ephy-sqlite \
        test-ephy-string \
-       ephy-uri-helpers-test \
+       test-ephy-uri-helpers \
        test-ephy-web-app-utils \
        test-ephy-web-view \
        $(NULL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]