diff options
author | kabeer khan <kabeer.khan@samsung.com> | 2015-04-15 16:58:11 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-07 09:53:07 +0200 |
commit | 35119e7bfdc7c13c2041293f3d0b2ebe1fb7c313 (patch) | |
tree | 31971748e9ac9cd20ea17912f107824a4302cc16 /src/Makefile_Eolian_Cxx.am | |
parent | 62e29b39f4df40fd3c0a6b17f7a16f0f8fc1d0c9 (diff) |
autotools: enable make check per individual modules.
Currently make check runs tests of whole EFL.Enabled running
of tests of individual modules by make check-<modulename>
Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 3246324922..dc3025ce1e 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -131,6 +131,12 @@ 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 | |||
134 | endif | 140 | endif |
135 | 141 | ||
136 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ | 142 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ |