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