]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nspawn/test-nspawn-tables.c
resolve: use CMP() in dns_resource_record_compare_func
[thirdparty/systemd.git] / src / nspawn / test-nspawn-tables.c
CommitLineData
8514095f
ZJS
1/* SPDX-License-Identifier: LGPL-2.1+ */
2
3#include "nspawn-settings.h"
4#include "test-tables.h"
5
6int main(int argc, char **argv) {
7 test_table(resolv_conf_mode, RESOLV_CONF_MODE);
8 test_table(timezone_mode, TIMEZONE_MODE);
9
10 return 0;
11}