diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 11:13:23 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 11:13:23 +0100 |
| commit | a1da0725ef77668acb95e5bdb6774f49e0d00614 (patch) | |
| tree | 7c1b0245c241a9dffaac97c0a4b00aa940db0a2a | |
| parent | 0aefe4297d8f1c8f5899f201ff1b8bc93ecbbab4 (diff) | |
Add note about internal API.
| -rw-r--r-- | kconfigtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index af63c26..2d2e217 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -480,6 +480,8 @@ def run_selftests(): print "Testing object dependencies..." + # Note: This tests an internal API + c = kconfiglib.Config("Kconfiglib/tests/Kdep") def verify_dependent(sym_name, deps_names): |
