[Automated-testing] [PATCH v2] lib: Add library function for parsing kernel config

Petr Vorel pvorel at suse.cz
Tue Nov 27 08:47:55 PST 2018


Hi Cyril,

> +++ b/lib/newlib_tests/test_kconfig.sh
> @@ -0,0 +1,11 @@
> +#!/bin/sh
> +
> +echo "Attempting to parse currently running kernel config"
Could you please add cd into test directory to save people to cd into directory?
cd $(dirname $0)

This might not be needed once I'll finish [1] my "make: Add test target" patch.
(wanted to finish unit testing shell library [2][3] before it).

> +./test_kconfig
> +echo


Kind regards,
Petr

[1] https://patchwork.ozlabs.org/patch/960363/
[2] https://patchwork.ozlabs.org/patch/964552/
[3] https://github.com/linux-test-project/ltp/issues/312


More information about the automated-testing mailing list