Not from src, *out of source* build. -- Tom.
On 11/05/15 06:31, Kabeer Ahmed Khan wrote: > Hi Tom > > You mean make clean is failing after running make check-build in efl/src. > I did the same and it didn't fail. > > regards, > Kabeer > > ------- Original Message ------- > Sender : Tom Hacohen<[email protected]> > Date : May 08, 2015 22:34 (GMT+05:30) > Title : Re: [E-devel] [EGIT] [core/efl] master 01/02: autotools: enable make > check-build which builds only test suites > > I don't know if it's you, or the fix Stefan pushed afterwards. > However, try doing a clean out of source make check-build. It'll fail. > > -- > Tom. > > On Fri, May 8, 2015 at 1:47 PM, Tom Hacohen wrote: > >> 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 >>> 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 >>> >>> 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 >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > ------------------------------------------------------------------------------ > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
