summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-02-26 12:32:02 +0100
committerAlon Levy <alevy@redhat.com>2012-02-28 14:40:42 +0200
commitbbd01f5f63e7cdef43ef32a4d5d55ee05d1245a8 (patch)
tree351740a78ffe59dc4ee28c53a93f12eb733b7a60 /client
parent7a079b452b026d6ce38f95dcc397fa64b059fffb (diff)
downloadspice-bbd01f5f63e7cdef43ef32a4d5d55ee05d1245a8.tar.gz
spice-bbd01f5f63e7cdef43ef32a4d5d55ee05d1245a8.tar.xz
spice-bbd01f5f63e7cdef43ef32a4d5d55ee05d1245a8.zip
controller_test: add ENABLE_SMARTCARD
Diffstat (limited to 'client')
-rw-r--r--client/tests/controller_test/controller_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/tests/controller_test/controller_test.cpp b/client/tests/controller_test/controller_test.cpp
index 4994613c..aa7a6c0c 100644
--- a/client/tests/controller_test/controller_test.cpp
+++ b/client/tests/controller_test/controller_test.cpp
@@ -169,6 +169,10 @@ int main(int argc, char *argv[])
send_data(CONTROLLER_CREATE_MENU, (uint8_t*)MENU, sizeof(MENU));
+ printf("Smartcard...\n");
+ getchar();
+ send_value(CONTROLLER_ENABLE_SMARTCARD, 1);
+
send_value(CONTROLLER_FULL_SCREEN, /*CONTROLLER_SET_FULL_SCREEN |*/ CONTROLLER_AUTO_DISPLAY_RES);
printf("Show...\n");
getchar();