diff options
| author | Anthony Liguori | 2012-01-10 20:10:46 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2012-01-12 17:05:37 +0100 |
| commit | 65cdadd2e2de76f7db3bf6b7d8dd8c67abff9659 (patch) | |
| tree | 16ca5515100338fc83ba321452ebea8e4d30bab8 /configure | |
| parent | check-qfloat: convert to gtest (diff) | |
| download | qemu-65cdadd2e2de76f7db3bf6b7d8dd8c67abff9659.tar.gz qemu-65cdadd2e2de76f7db3bf6b7d8dd8c67abff9659.tar.xz qemu-65cdadd2e2de76f7db3bf6b7d8dd8c67abff9659.zip | |
check-qint: convert to gtest
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2800,10 +2800,10 @@ if test "$softmmu" = yes ; then tools="qemu-ga\$(EXESUF) $tools" fi if [ "$check_utests" = "yes" ]; then - checks="check-qint check-qstring check-qlist" + checks="check-qstring check-qlist" checks="check-qjson $checks" fi - test_progs="$checks check-qdict check-qfloat test-coroutine test-qmp-output-visitor test-qmp-input-visitor" + test_progs="$checks check-qdict check-qfloat check-qint test-coroutine test-qmp-output-visitor test-qmp-input-visitor" fi fi |
