mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
check-qjson: convert to gtest
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
+128
-190
File diff suppressed because it is too large
Load Diff
@@ -2800,9 +2800,9 @@ if test "$softmmu" = yes ; then
|
||||
tools="qemu-ga\$(EXESUF) $tools"
|
||||
fi
|
||||
if [ "$check_utests" = "yes" ]; then
|
||||
checks="check-qjson $checks"
|
||||
checks="$checks"
|
||||
fi
|
||||
test_progs="$checks check-qdict check-qfloat check-qint check-qstring check-qlist test-coroutine test-qmp-output-visitor test-qmp-input-visitor"
|
||||
test_progs="$checks check-qdict check-qfloat check-qint check-qstring check-qlist check-qjson test-coroutine test-qmp-output-visitor test-qmp-input-visitor"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user