summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-01-10 13:10:46 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2012-01-12 10:05:37 -0600
commit65cdadd2e2de76f7db3bf6b7d8dd8c67abff9659 (patch)
tree16ca5515100338fc83ba321452ebea8e4d30bab8 /configure
parenta9e1c28ddaae5a48415fec1f336b5560eb85d3e1 (diff)
downloadqemu-65cdadd2e2de76f7db3bf6b7d8dd8c67abff9659.tar.gz
check-qint: convert to gtest
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a7a6758a33..cea9cb6e56 100755
--- a/configure
+++ b/configure
@@ -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