]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/machine/test-machine-tables.c
machine: ignore containers which disable private user namespace in MapToMachine{User...
[thirdparty/systemd.git] / src / machine / test-machine-tables.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 This file is part of systemd
4
5 Copyright 2013 Zbigniew Jędrzejewski-Szmek
6 ***/
7
8 #include "machine.h"
9 #include "test-tables.h"
10
11 int main(int argc, char **argv) {
12 test_table(kill_who, KILL_WHO);
13 test_table(machine_class, MACHINE_CLASS);
14 test_table(machine_state, MACHINE_STATE);
15
16 return EXIT_SUCCESS;
17 }