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_Ector.am | |
parent | b5a7a9b556e3966cccbdeece396ea48f0b4d84e9 (diff) | |
download | efl-d48c5accea091b023baed93add79d88adbc64fb6.tar.gz |
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 'src/Makefile_Ector.am')
-rw-r--r-- | src/Makefile_Ector.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am index 7fdb80b924..6d99092ffc 100644 --- a/src/Makefile_Ector.am +++ b/src/Makefile_Ector.am @@ -142,12 +142,6 @@ tests_ector_ector_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ tests_ector_ector_suite_LDADD = @CHECK_LIBS@ @USE_ECTOR_LIBS@ tests_ector_ector_suite_DEPENDENCIES = @USE_ECTOR_INTERNAL_LIBS@ -check-ector: - check_PROGRAMS=tests/ector/ector_suite - make check TESTS=tests/ector/ector_suite - -check-ector: override DISABLE_SUBTESTS = 0 - endif EXTRA_DIST += \ |