summaryrefslogtreecommitdiff
path: root/src/test/test-tables.c
Commit message (Collapse)AuthorAge
* service: rename StartLimitAction enum to FailureActionMichael Olbrich2014-04-24
| | | | It's used for the FailureAction property as well.
* syscallfilter: port to libseccompRonny Chevalier2014-02-12
|
* test-tables: allow sparse tables and check mapping for -1Zbigniew Jędrzejewski-Szmek2013-07-16
| | | | | | | Jan: test-tables fails on my system. The one it's failing on is: syscall: 222 → (null) → -1 ... and indeed, our own tables should not have holes, but syscall tables certainly might.
* test: add trivial test for syscall table and extend table tests to error pathsZbigniew Jędrzejewski-Szmek2013-07-13
|
* tests: add tests for string lookup tablesZbigniew Jędrzejewski-Szmek2013-07-05
The tests check if the tables have entries for all values in the enum, and that the entries are unique.