From 46d066d0740f604a43881c5a1e7548bf4cfec9ea Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 23 Mar 2016 16:43:23 +0100 Subject: [PATCH] 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 ea5f937198..58c8afd7a5 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