diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2015-05-07 20:50:56 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-05-07 20:50:56 +0200 |
commit | d48c5accea091b023baed93add79d88adbc64fb6 (patch) | |
tree | 253d923bbfb79d5baaaff300bd463ae67d0a0be3 /src/Makefile_Eolian_Cxx.am | |
parent | b5a7a9b556e3966cccbdeece396ea48f0b4d84e9 (diff) |
Revert "autotools: enable make check per individual modules."
This reverts commit 35119e7bfdc7c13c2041293f3d0b2ebe1fb7c313.
Reverted to bring make check back in a working state. Also the way we
want to handle a more modular testing needs discussion.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index dc3025ce1e..3246324922 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -131,12 +131,6 @@ tests_eolian_cxx_eolian_cxx_suite_LDADD = \ | |||
131 | @CHECK_LIBS@ @USE_EO_LIBS@ @USE_EINA_LIBS@ @USE_ECORE_LIBS@ @USE_EOLIAN_LIBS@ | 131 | @CHECK_LIBS@ @USE_EO_LIBS@ @USE_EINA_LIBS@ @USE_ECORE_LIBS@ @USE_EOLIAN_LIBS@ |
132 | tests_eolian_cxx_eolian_cxx_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ | 132 | tests_eolian_cxx_eolian_cxx_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ |
133 | 133 | ||
134 | check-eolian-cxx: | ||
135 | check_PROGRAMS=tests/eolian_cxx/eolian_cxx_suite | ||
136 | make check TESTS=tests/eolian_cxx/eolian_cxx_suite | ||
137 | |||
138 | check-eolian-cxx: override DISABLE_SUBTESTS = 0 | ||
139 | |||
140 | endif | 134 | endif |
141 | 135 | ||
142 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ | 136 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ |