discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9dbd2db21bc813a86a95baad91f3605e99ebfeaa

commit 9dbd2db21bc813a86a95baad91f3605e99ebfeaa
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Dec 8 15:26:09 2014 -0500

    elocation test binary variables should not be defined if tests don't exist
    
    src/Makefile_Elocation.am:32: warning: variable 
'tests_elocation_elocation_suite_SOURCES' is defined but no program or
    src/Makefile_Elocation.am:32: library has 'tests_elocation_elocation_suite' 
as canonical name (possible typo)
    src/Makefile.am:82:   'src/Makefile_Elocation.am' included from here
    src/Makefile_Elocation.am:41: warning: variable 
'tests_elocation_elocation_suite_LDADD' is defined but no program or
    src/Makefile_Elocation.am:41: library has 'tests_elocation_elocation_suite' 
as canonical name (possible typo)
    src/Makefile.am:82:   'src/Makefile_Elocation.am' included from here
    src/Makefile_Elocation.am:42: warning: variable 
'tests_elocation_elocation_suite_DEPENDENCIES' is defined but no program or
    src/Makefile_Elocation.am:42: library has 'tests_elocation_elocation_suite' 
as canonical name (possible typo)
    src/Makefile.am:82:   'src/Makefile_Elocation.am' included from here
---
 src/Makefile_Elocation.am | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/Makefile_Elocation.am b/src/Makefile_Elocation.am
index 0260652..604b50d 100644
--- a/src/Makefile_Elocation.am
+++ b/src/Makefile_Elocation.am
@@ -29,16 +29,16 @@ if EFL_ENABLE_TESTS
 #check_PROGRAMS += tests/elocation/elocation_suite
 #TESTS += tests/elocation/elocation_suite
 
-tests_elocation_elocation_suite_SOURCES = \
-tests/elocation/elocation_suite.c
-
-tests_elocation_elocation_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
--DTESTS_WD=\"`pwd`\" \
--DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/elocation\" \
--DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/elocation\" \
-@CHECK_CFLAGS@ \
-@ELOCATION_CFLAGS@
-tests_elocation_elocation_suite_LDADD = @CHECK_LIBS@ @USE_ELOCATION_LIBS@
-tests_elocation_elocation_suite_DEPENDENCIES = @USE_ELOCATION_INTERNAL_LIBS@
+#tests_elocation_elocation_suite_SOURCES = \
+#tests/elocation/elocation_suite.c
+
+#tests_elocation_elocation_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
+#-DTESTS_WD=\"`pwd`\" \
+#-DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/elocation\" \
+#-DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/elocation\" \
+#@CHECK_CFLAGS@ \
+#@ELOCATION_CFLAGS@
+#tests_elocation_elocation_suite_LDADD = @CHECK_LIBS@ @USE_ELOCATION_LIBS@
+#tests_elocation_elocation_suite_DEPENDENCIES = @USE_ELOCATION_INTERNAL_LIBS@
 
 endif

-- 


Reply via email to