Systemd/src/nspawn/test-nspawn-tables.c
2018-05-28 10:40:00 +02:00

12 lines
258 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#include "nspawn-settings.h"
#include "test-tables.h"
int main(int argc, char **argv) {
test_table(resolv_conf_mode, RESOLV_CONF_MODE);
test_table(timezone_mode, TIMEZONE_MODE);
return 0;
}