summaryrefslogtreecommitdiff
path: root/src/arch-x86-syscalls.c
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-08-26 15:58:42 -0400
committerPaul Moore <pmoore@redhat.com>2014-08-27 09:57:11 -0400
commit52085b7dddf779746373e35d5c70546cc3633553 (patch)
tree2fb0ad10ac137b2f77981bceb393fb3fae178748 /src/arch-x86-syscalls.c
parente2b795068dd8ec92ce5cfaade81a915af0dbd61c (diff)
downloadlibseccomp-52085b7dddf779746373e35d5c70546cc3633553.tar.gz
tests: better architecture selection support in the automated tests
This patch adds support for a number of new enhancements to the automated test suite, all of which are focused on the architecture selection of the bpf-sim test type. With this patch, the architecture field can now contain a comma delimited list of architecture names with the following values: * all Add the current native arch to the list. * all_le Add the current native arch to the list only if it is little endian. * +all_le Add all of the supported little endian architectures to the list. * all_be Add the current native arch to the list only if it is big endian. * +all_be Add all of the supported big endian architectures to the list. * <arch> Add the architecture specified by "<arch>" if it is the native architecture. * +<arch> Add the architecture specified by "<arch>" to the list. * -<arch> Remove the architecture specified by "<arch>" to the list if present. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/arch-x86-syscalls.c')
0 files changed, 0 insertions, 0 deletions