commit | bc4509533e26371d4e69c0cc9449537a1657e97b | [log] [tgz] |
---|---|---|
author | Brendan Higgins <brendanhiggins@google.com> | Fri Sep 14 14:32:21 2018 -0700 |
committer | Brendan Higgins <brendanhiggins@google.com> | Fri Sep 14 14:33:24 2018 -0700 |
tree | 9151cfcfcafe9a1a4bffb8b90c08d5823ffd1c01 | |
parent | a6996ef73d1b5360acb8a773fec7304158ed1617 [diff] |
kunitconfig: changed namespacing of Kconfigs ALL KUnit test Kconfigs now have the namespace prefix KUNIT_*; this updates the kunitconfig to fit that. Change-Id: I879b5bec4fd6f1b3bbebe7686493978aafbb7ac6 Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
diff --git a/kunitconfig b/kunitconfig index d080842..9235b7d 100644 --- a/kunitconfig +++ b/kunitconfig
@@ -1,3 +1,3 @@ CONFIG_KUNIT=y CONFIG_KUNIT_TEST=y -CONFIG_EXAMPLE_TEST=y +CONFIG_KUNIT_EXAMPLE_TEST=y