diff options
author | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2016-12-24 15:42:37 -0200 |
---|---|---|
committer | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2017-01-18 22:46:26 -0200 |
commit | 7f148feea8275d4ae3a366e5aead8170498089a6 (patch) | |
tree | ab039b8c9881556a93f8ae062bde42e6a2a838f7 /src/Makefile_Eolian_Cxx.am | |
parent | 55243fba7d77c768032731fad00dc24be9c1b310 (diff) |
eolian-cxx: Added cyclic compilation test
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 71a930ef11..6d0ae1d73e 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -89,6 +89,7 @@ tests/eolian_cxx/generic.c \ | |||
89 | tests/eolian_cxx/name1_name2_type_generation.c \ | 89 | tests/eolian_cxx/name1_name2_type_generation.c \ |
90 | tests/eolian_cxx/eolian_cxx_test_inheritance.cc \ | 90 | tests/eolian_cxx/eolian_cxx_test_inheritance.cc \ |
91 | tests/eolian_cxx/eolian_cxx_test_generate.cc \ | 91 | tests/eolian_cxx/eolian_cxx_test_generate.cc \ |
92 | tests/eolian_cxx/eolian_cxx_test_cyclic.cc \ | ||
92 | tests/eolian_cxx/complex.c \ | 93 | tests/eolian_cxx/complex.c \ |
93 | tests/eolian_cxx/complex_cxx.cc \ | 94 | tests/eolian_cxx/complex_cxx.cc \ |
94 | tests/eolian_cxx/eolian_cxx_suite.h | 95 | tests/eolian_cxx/eolian_cxx_suite.h |
@@ -97,6 +98,7 @@ tests/eolian_cxx/name1_name2_type_generation.$(OBJEXT): tests/eolian_cxx/name1_n | |||
97 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_inheritance.$(OBJEXT): tests/eolian_cxx/simple.eo.hh tests/eolian_cxx/simple.eo.h | 98 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_inheritance.$(OBJEXT): tests/eolian_cxx/simple.eo.hh tests/eolian_cxx/simple.eo.h |
98 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_binding.$(OBJEXT): tests/eolian_cxx/generic.eo.hh tests/eolian_cxx/generic.eo.h tests/eolian_cxx/name1_name2_type_generation.eo.hh tests/eolian_cxx/name1_name2_type_generation.eo.h tests/eolian_cxx/name1_name2_type_generation.eo.c | 99 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_binding.$(OBJEXT): tests/eolian_cxx/generic.eo.hh tests/eolian_cxx/generic.eo.h tests/eolian_cxx/name1_name2_type_generation.eo.hh tests/eolian_cxx/name1_name2_type_generation.eo.h tests/eolian_cxx/name1_name2_type_generation.eo.c |
99 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_address_of.$(OBJEXT): tests/eolian_cxx/a.eo.hh tests/eolian_cxx/b.eo.hh tests/eolian_cxx/c.eo.hh tests/eolian_cxx/d.eo.hh tests/eolian_cxx/a.eo.h tests/eolian_cxx/b.eo.h tests/eolian_cxx/c.eo.h tests/eolian_cxx/d.eo.h | 100 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_address_of.$(OBJEXT): tests/eolian_cxx/a.eo.hh tests/eolian_cxx/b.eo.hh tests/eolian_cxx/c.eo.hh tests/eolian_cxx/d.eo.hh tests/eolian_cxx/a.eo.h tests/eolian_cxx/b.eo.h tests/eolian_cxx/c.eo.h tests/eolian_cxx/d.eo.h |
101 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_cyclic.$(OBJEXT): tests/eolian_cxx/cyclic1.eo.hh tests/eolian_cxx/cyclic2.eo.hh tests/eolian_cxx/cyclic1.eo.c tests/eolian_cxx/cyclic2.eo.c tests/eolian_cxx/cyclic1.eo.h tests/eolian_cxx/cyclic2.eo.h | ||
100 | 102 | ||
101 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-simple.$(OBJEXT): tests/eolian_cxx/simple.eo.c tests/eolian_cxx/simple.eo.h | 103 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-simple.$(OBJEXT): tests/eolian_cxx/simple.eo.c tests/eolian_cxx/simple.eo.h |
102 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-generic.$(OBJEXT): tests/eolian_cxx/generic.eo.c tests/eolian_cxx/generic.eo.h | 104 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-generic.$(OBJEXT): tests/eolian_cxx/generic.eo.c tests/eolian_cxx/generic.eo.h |