autotools: enable make check-build which builds only test suites

Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: tasn, cedric, stefan_schmidt

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2480
This commit is contained in:
kabeer khan 2015-05-08 14:19:48 +02:00 committed by Stefan Schmidt
parent 1c063e85d2
commit d00c89de11
2 changed files with 8 additions and 0 deletions

View File

@ -432,6 +432,9 @@ endif
if EFL_ENABLE_COVERAGE
@$(MAKE) $(AM_MAKEFLAGS) lcov-report
endif
check-build:
@$(MAKE) $(AM_MAKEFLAGS) -C src check-build
endif
# benchmark

View File

@ -130,6 +130,11 @@ endif
DIST_SUBDIRS += $(EXAMPLES_SUBDIRS)
if EFL_ENABLE_TESTS
check-build:
make $(check_PROGRAMS)
endif
examples: all-am
@for d in $(EXAMPLES_SUBDIRS); do \
echo "Making examples in $$d"; \