diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-05 00:25:26 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-05 01:36:16 -0400 |
commit | a8b409dbc9e1e853a0f92d92603d9bb74592b1ff (patch) | |
tree | 7919c18b9fbc4b3c2293bbe8d3b03a9963f8f3fe /.gitignore | |
parent | ec26be514ff3c5367b21f9881369080bda54fd2d (diff) |
tests: add tests for string lookup tables
The tests check if the tables have entries for all values
in the enum, and that the entries are unique.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ae756c49ef..5f9ba906a4 100644 --- a/.gitignore +++ b/.gitignore @@ -134,6 +134,9 @@ /test-strbuf /test-strv /test-strxcpyx +/test-tables +/test-login-tables +/test-machine-tables /test-time /test-udev /test-unit-file |