stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d00c89de114f110f6108767ee27ded2cd10687fc

commit d00c89de114f110f6108767ee27ded2cd10687fc
Author: kabeer khan <kabeer.k...@samsung.com>
Date:   Fri May 8 14:19:48 2015 +0200

    autotools: enable make check-build which builds only test suites
    
    Summary: Signed-off-by: kabeer khan <kabeer.k...@samsung.com>
    
    Reviewers: tasn, cedric, stefan_schmidt
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D2480
---
 Makefile.am     | 3 +++
 src/Makefile.am | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index a756511..34927d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/src/Makefile.am b/src/Makefile.am
index a2e4b69..7916cc1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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"; \

-- 


Reply via email to