Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qdev-global-props.c40 #define PROP_DEFAULT 100 macro
50 DEFINE_PROP_UINT32("prop1", MyType, prop1, PROP_DEFAULT),
51 DEFINE_PROP_UINT32("prop2", MyType, prop2, PROP_DEFAULT),
83 g_assert_cmpuint(mt->prop1, ==, PROP_DEFAULT); in test_static_prop_subprocess()
119 g_assert_cmpuint(mt->prop2, ==, PROP_DEFAULT); in test_static_globalprop_subprocess()