AWESOME! :) Thanks.
On 08/05/15 13:40, kabeer khan wrote: > 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"; \ > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel