stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5271ba069ed8a267bbfd09efbd13837db4f2e9f4

commit 5271ba069ed8a267bbfd09efbd13837db4f2e9f4
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Tue Oct 21 15:10:59 2014 +0200

    tests/eolian: Move eo to EXTRA_DIST assignment out of the EFL_ENABLE_TESTS 
case
    
    When running distcheck with release mode enabled these would not end up in 
the
    tarball. Better make sure these always end up at the right place.
---
 src/Makefile_Eolian.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am
index dfa7113..f62668c 100644
--- a/src/Makefile_Eolian.am
+++ b/src/Makefile_Eolian.am
@@ -70,7 +70,6 @@ include Makefile_Eolian_Helper.am
 
 ### Unit tests
 
-if EFL_ENABLE_TESTS
 
 EOLIAN_TESTS_EOS = \
 tests/eolian/data/base.eo \
@@ -99,6 +98,7 @@ EOLIAN_TESTS_EOS_GENERATED = \
 $(EOLIAN_TESTS_EOS:%.eo=%.eo.c)\
 $(EOLIAN_TESTS_EOS:%.eo=%.eo.h)
 
+if EFL_ENABLE_TESTS
 check_PROGRAMS += \
 tests/eolian/eolian_suite
 

-- 


Reply via email to