]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/machine/test-machine-tables.c
hwdb: Add accelerometer orientation quirk for the PoV TAB-P1006W-232-3G
[thirdparty/systemd.git] / src / machine / test-machine-tables.c
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2
3 #include "machine.h"
4 #include "test-tables.h"
5
6 int main(int argc, char **argv) {
7 test_table(kill_who, KILL_WHO);
8 test_table(machine_class, MACHINE_CLASS);
9 test_table(machine_state, MACHINE_STATE);
10
11 return EXIT_SUCCESS;
12 }