{ 'name': 'virscsitest' },
{ 'name': 'virusbtest' },
]
- if conf.has('WITH_YAJL')
+ if conf.has('WITH_JSON')
tests += [
{ 'name': 'virnetdevopenvswitchtest' },
]
]
endif
-if conf.has('WITH_NODE_DEVICES') and conf.has('WITH_YAJL')
+if conf.has('WITH_NODE_DEVICES') and conf.has('WITH_JSON')
tests += [
{ 'name': 'nodedevmdevctltest', 'link_with': [ node_device_driver_impl ] },
]
]
endif
-if conf.has('WITH_YAJL')
+if conf.has('WITH_JSON')
tests += [
{ 'name': 'virjsontest' },
{ 'name': 'virmacmaptest' },
" <host name='example.org' port='1234'/>\n"
"</source>\n", 1);
-#ifdef WITH_YAJL
+#ifdef WITH_JSON
TEST_BACKING_PARSE("json:", NULL);
TEST_BACKING_PARSE("json:asdgsdfg", NULL);
TEST_BACKING_PARSE("json:{}", NULL);
" <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>\n"
"</source>\n");
-#endif /* WITH_YAJL */
+#endif /* WITH_JSON */
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}