Branch data Line data Source code
1 : : /* SPDX-License-Identifier: LGPL-2.1+ */ 2 : : 3 : : #include "machine.h" 4 : : #include "test-tables.h" 5 : : 6 : 4 : int main(int argc, char **argv) { 7 : 4 : test_table(kill_who, KILL_WHO); 8 : 4 : test_table(machine_class, MACHINE_CLASS); 9 : 4 : test_table(machine_state, MACHINE_STATE); 10 : : 11 : 4 : return EXIT_SUCCESS; 12 : : }