diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
commit | 9bf4896e5d565785316d2c179be91fba11fbf3fb (patch) | |
tree | 4ac5f38e5f88949dbded2562db95ddb9253c28a2 /configure | |
parent | 774d5c5b1604b8443a8e42048b370b6c95dbfc40 (diff) | |
parent | 3dc853832db7bf8ac3878e0666c639d3bc02b587 (diff) |
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2740,8 +2740,9 @@ if test "$softmmu" = yes ; then fi if [ "$check_utests" = "yes" ]; then checks="check-qint check-qstring check-qdict check-qlist" - checks="check-qfloat check-qjson test-coroutine $checks" + checks="check-qfloat check-qjson $checks" fi + test_progs="$checks test-coroutine test-qmp-output-visitor test-qmp-input-visitor" fi fi @@ -3227,7 +3228,7 @@ if test "$trace_default" = "yes"; then fi echo "TOOLS=$tools" >> $config_host_mak -echo "CHECKS=$checks" >> $config_host_mak +echo "CHECKS=$test_progs" >> $config_host_mak echo "ROMS=$roms" >> $config_host_mak echo "MAKE=$make" >> $config_host_mak echo "INSTALL=$install" >> $config_host_mak |