[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Tools: build tests
On Fri, 2012-01-27 at 21:21 +0000, Andres Lagar-Cavilla wrote: > Config.mk | 1 + > tools/Makefile | 1 + > tools/tests/Makefile | 20 ++++++++++++++++++++ > 3 files changed, 22 insertions(+), 0 deletions(-) > > > Build tests as part of the tools build. > > It is enabled with CONFIG_TESTS in Config.mk > > Currently disabled build of tests/regressions and tests/xen-access (in 32 bit > mode) as they fail. > > Signed-off-by: Andres Lagar-Cavilla <andres@xxxxxxxxxxxxxxxx> Ack on the idea but the actual implementation fails for me: make[1]: Entering directory `/local/scratch/ianc/devel/xen-unstable.hg/tools' make -C tests install make[2]: Entering directory `/local/scratch/ianc/devel/xen-unstable.hg/tools/tests' make[3]: Entering directory `/local/scratch/ianc/devel/xen-unstable.hg/tools/tests' make -C mce-test install make[4]: Entering directory `/local/scratch/ianc/devel/xen-unstable.hg/tools/tests/mce-test' make[4]: *** No rule to make target `install'. Stop. Grep seems to suggest that most of the tools/tests dirs are missing an install target, mce-test just happens to be first. I'm not sure if it makes sense to install any of these test things? Depending on the answer we could either hobble the install target in tools/tests/Makefile or add an install target to tools/tests/*/Makefile which is a nop or an actual install target as appropriate. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |