diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 07:28:00 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 07:28:00 +0100 |
| commit | 012d3d0cf54e53789348721cb6a6221371c192b1 (patch) | |
| tree | d02a9b1c0c31ae0aebc6774a2ddde23ff9919ebc /tests | |
| parent | 8bba49d4bb1e70263c9f57758a6ebbf6113e4f8c (diff) | |
Add more equality selftests.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Keval | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Keval b/tests/Keval index b7fe394..191f518 100644 --- a/tests/Keval +++ b/tests/Keval @@ -14,3 +14,15 @@ menuconfig Y config Y_STRING string default "y" + +config FOO_BAR_STRING + string + default "foo bar" + +config INT_3 + int + default 3 + +config HEX_0X3 + hex + default 0x3 |
