Home
last modified time | relevance | path

Searched refs:opts_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qemu-opts.c420 static size_t opts_count(QemuOpts *opts) in opts_count() function
435 g_assert_cmpuint(opts_count(opts), ==, 0); in test_opts_parse()
439 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
445 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
452 g_assert_cmpuint(opts_count(opts), ==, 0); in test_opts_parse()
459 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
464 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
475 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
487 g_assert_cmpuint(opts_count(opts), ==, 3); in test_opts_parse()
494 g_assert_cmpuint(opts_count(opts), ==, 1); in test_opts_parse()
[all …]