stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=46d066d0740f604a43881c5a1e7548bf4cfec9ea

commit 46d066d0740f604a43881c5a1e7548bf4cfec9ea
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Mar 23 16:43:23 2016 +0100

    tests: add dependency on simple.eo.hh for new eina_cxx iterator test
    
    With commit fd0cf8b76459da70e2ef0116b19a322913cc92bb we got a new test for
    eina_cxx iterator. Like some other tests it needs to have the eimple.eo.hh
    header already generated. Make sure we note this dependency in the build as
    it fails without.
---
 src/Makefile_Eina_Cxx.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile_Eina_Cxx.am b/src/Makefile_Eina_Cxx.am
index ea5f937..58c8afd 100644
--- a/src/Makefile_Eina_Cxx.am
+++ b/src/Makefile_Eina_Cxx.am
@@ -66,6 +66,7 @@ tests/eina_cxx/eina_cxx_suite.h
 tests/eina_cxx/tests_eina_cxx_eina_cxx_suite-eina_cxx_test_accessor.$(OBJEXT): 
tests/eina_cxx/simple.eo.hh tests/eina_cxx/simple.eo.h
 tests/eina_cxx/tests_eina_cxx_eina_cxx_suite-eina_cxx_test_ptrarray.$(OBJEXT): 
tests/eina_cxx/simple.eo.hh tests/eina_cxx/simple.eo.h
 tests/eina_cxx/tests_eina_cxx_eina_cxx_suite-eina_cxx_test_ptrlist.$(OBJEXT): 
tests/eina_cxx/simple.eo.hh tests/eina_cxx/simple.eo.h
+tests/eina_cxx/tests_eina_cxx_eina_cxx_suite-eina_cxx_test_iterator.$(OBJEXT): 
tests/eina_cxx/simple.eo.hh tests/eina_cxx/simple.eo.h
 
 tests/eina_cxx/tests_eina_cxx_eina_cxx_suite-simple.$(OBJEXT): 
tests/eina_cxx/simple.eo.c tests/eina_cxx/simple.eo.h
 

-- 


Reply via email to