Searched hist:e303c6656bc196687691f4c20be447053ad5674f (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/ |
H A D | configure | e303c6656bc196687691f4c20be447053ad5674f Fri May 12 16:39:53 UTC 2017 Alex Bennée <alex.bennee@linaro.org> configure: make it run-able from outside source tree
This is a first step to enabling out-of-tree builds for kvm-unit-tests. When you invoke configure like this:
../tree.git/configure [args]
It will detect we the case and:
- link ../tree.git/Makefile to the build-dir - link ../tree.git/$(arch) and test scripts - link ../tree.git/run_tests.sh - ensure lib is created with a correct lib/asm - set SRCDIR in the config.mk
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
|