]> git.proxmox.com Git - spiceterm.git/commit
Initial import
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Aug 2013 07:26:20 +0000 (09:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 5 Aug 2013 07:26:20 +0000 (09:26 +0200)
commitcc04455b7f174cf49d269181577ce74f48117d54
treebe590e31b8e04cd49346fc94ac251df31bb1200e
Initial import

This is a simple copy of the test example from spice-0.12.4,
directory server/tests.

To make it compile outside spice source tree, I had to copy
ring.h from spice-common/common/ring.h, and remove calls to
spice-common/common/mem.h (use glib for memory management).

Also replaces spice_assert() and ASSERT() with g_assert().
Makefile [new file with mode: 0644]
basic_event_loop.c [new file with mode: 0644]
basic_event_loop.h [new file with mode: 0644]
ring.h [new file with mode: 0644]
test_display_base.c [new file with mode: 0644]
test_display_base.h [new file with mode: 0644]
test_display_no_ssl [new file with mode: 0755]
test_display_no_ssl.c [new file with mode: 0644]