Line data Source code
1 : /* SPDX-License-Identifier: LGPL-2.1+ */ 2 : 3 : #include "nspawn-settings.h" 4 : #include "test-tables.h" 5 : 6 1 : int main(int argc, char **argv) { 7 1 : test_table(resolv_conf_mode, RESOLV_CONF_MODE); 8 1 : test_table(timezone_mode, TIMEZONE_MODE); 9 : 10 1 : return 0; 11 : }