]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: add tests for string lookup tables
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 5 Jul 2013 04:25:26 +0000 (00:25 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 5 Jul 2013 05:36:16 +0000 (01:36 -0400)
commita8b409dbc9e1e853a0f92d92603d9bb74592b1ff
tree7919c18b9fbc4b3c2293bbe8d3b03a9963f8f3fe
parentec26be514ff3c5367b21f9881369080bda54fd2d
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.
.gitignore
Makefile.am
src/core/condition.c
src/login/test-login-tables.c [new file with mode: 0644]
src/machine/test-machine-tables.c [new file with mode: 0644]
src/shared/test-tables.h [new file with mode: 0644]
src/test/test-tables.c [new file with mode: 0644]