[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-4.5 4/4] tools/ocaml: Gate building tests on CONFIG_TESTS
Looks good to me! Acked-by: David Scott <dave.scott@xxxxxxxxxx> On 7 Oct 2014, at 12:02, Andrew Cooper <andrew.cooper3@xxxxxxxxxx> wrote: > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > CC: David Scott <dave.scott@xxxxxxxxxxxxx> > CC: Ian Campbell <Ian.Campbell@xxxxxxxxxx> > CC: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> > CC: Wei Liu <wei.liu2@xxxxxxxxxx> > --- > tools/ocaml/Makefile | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/tools/ocaml/Makefile b/tools/ocaml/Makefile > index 8e4ca36..5710a5f 100644 > --- a/tools/ocaml/Makefile > +++ b/tools/ocaml/Makefile > @@ -1,9 +1,12 @@ > XEN_ROOT = $(CURDIR)/../.. > include $(XEN_ROOT)/tools/Rules.mk > > -SUBDIRS_PROGRAMS = xenstored test > +SUBDIRS := libs > +SUBDIRS += xenstored > > -SUBDIRS = libs $(SUBDIRS_PROGRAMS) > +ifeq ($(CONFIG_TESTS),y) > +SUBDIRS += test > +endif > > .NOTPARALLEL: > # targets here must be run in order, otherwise we can try > -- > 1.7.10.4 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |