]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/machine/test-machine-tables.c
headers: remove unneeded includes from util.h
[thirdparty/systemd.git] / src / machine / test-machine-tables.c
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
a8b409db
ZJS
2
3#include "machine.h"
a8b409db
ZJS
4#include "test-tables.h"
5
6int main(int argc, char **argv) {
279eadd9 7 test_table(kill_who, KILL_WHO);
a8b409db
ZJS
8 test_table(machine_class, MACHINE_CLASS);
9 test_table(machine_state, MACHINE_STATE);
a8b409db
ZJS
10
11 return EXIT_SUCCESS;
12}