This adds a basic display test for the server not requiring qemu. It is basic since it just does QXL_DRAW_COPY and for instance doesn't do any surfaces (except primary), streams etc.
Alon Levy (2): server/tests: add test_display_no_ssl add .gitignore for tests client/tests/.gitignore | 1 + server/tests/.gitignore | 4 + server/tests/Makefile.am | 17 ++- server/tests/basic_event_loop.c | 320 +++++++++++++++++++++++++++++++----- server/tests/test_display_no_ssl.c | 291 ++++++++++++++++++++++++++++++++ server/tests/test_util.c | 21 +++ server/tests/test_util.h | 14 ++ 7 files changed, 617 insertions(+), 51 deletions(-) create mode 100644 client/tests/.gitignore create mode 100644 server/tests/.gitignore create mode 100644 server/tests/test_display_no_ssl.c create mode 100644 server/tests/test_util.c create mode 100644 server/tests/test_util.h -- 1.7.3.2 _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
