diff options
author | Vincent Torri <vincent dot torri at gmail dot com> | 2016-02-04 15:10:11 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-02-16 12:41:06 +0000 |
commit | ee8ff34d7bbc1f3ff7b4e66ea53b4bfef4ee1736 (patch) | |
tree | 01c61fa1444ead3a90e188706bb6a25337d3f209 /src/Makefile_Eolian_Cxx.am | |
parent | 6e6a0b59ed4dcd3113fdf0779e75795b3cb86ff6 (diff) |
Test rework #19: Eolian_Cxx
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index b310bbe479..89111c1681 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -74,7 +74,8 @@ tests/eolian_cxx/eolian_cxx_test_wrapper.cc \ | |||
74 | tests/eolian_cxx/simple.c \ | 74 | tests/eolian_cxx/simple.c \ |
75 | tests/eolian_cxx/generic.c \ | 75 | tests/eolian_cxx/generic.c \ |
76 | tests/eolian_cxx/eolian_cxx_test_inheritance.cc \ | 76 | tests/eolian_cxx/eolian_cxx_test_inheritance.cc \ |
77 | tests/eolian_cxx/eolian_cxx_test_generate.cc | 77 | tests/eolian_cxx/eolian_cxx_test_generate.cc \ |
78 | tests/eolian_cxx/eolian_cxx_suite.h | ||
78 | 79 | ||
79 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_wrapper.$(OBJEXT): tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.h | 80 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_wrapper.$(OBJEXT): tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.h |
80 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.h | 81 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.h |