diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-08-16 14:19:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-18 18:44:03 +0200 |
commit | 8aa209ee141b2314e9f1bb502a08c5129bcca3b1 (patch) | |
tree | 2f46c0fac439eee67af670f194dd55f98f1b71ec /src/test/test-tables.c | |
parent | 6accc7a24c76a2658129933ccda7ea1c6993f31e (diff) |
tests: add missing entry to test-tables
Diffstat (limited to 'src/test/test-tables.c')
-rw-r--r-- | src/test/test-tables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index cb9185e69b..88e7d10c60 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -86,6 +86,7 @@ int main(int argc, char **argv) { test_table(policy_item_type, POLICY_ITEM_TYPE); test_table(protect_home, PROTECT_HOME); test_table(protect_system, PROTECT_SYSTEM); + test_table(rlimit, RLIMIT); test_table(scope_result, SCOPE_RESULT); test_table(scope_state, SCOPE_STATE); test_table(service_exec_command, SERVICE_EXEC_COMMAND); |