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