[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/INTX PATCH 3/4] Add extra configuration symbols
Hi Vlad, thanks for this series, this patch looks good. Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 01.11.19, 13:50, "Vlad-Andrei BĂDOIU (78692)" <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> wrote: We add the LIBINTX_UNITESTS configuration symbol. It is used to enable the building of unittests. Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- Config.uk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Config.uk b/Config.uk index 4c40a1a..51acad8 100644 --- a/Config.uk +++ b/Config.uk @@ -6,3 +6,11 @@ menuconfig LIBINTX select LIBUKTIME select LIBNEWLIBC default n + +if LIBINTX + config LIBINTX_UNITESTS + bool "Build unittests" + select LIBGOOGLETEST + select LIBGOOGLETEST_BUILD_MAIN + default n +endif -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |