From 9002d3f0058b1dbebf207d3d24dc377ab4afa0b1 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 10 Nov 2010 19:36:47 +0200 Subject: server/tests: add test_display_no_ssl updates taken from spice vga mode updates, i.e. non cacheable, glz compressed (depends on whatever settings you apply to the server) opaque draw operations. + completed the SpiceCoreInterface implementation (timers) v1->v2: removed test_util.c (Hans) replaced mallocz with calloc (Hans) --- server/tests/Makefile.am | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'server/tests/Makefile.am') diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am index 09fdc264..f91dfa46 100644 --- a/server/tests/Makefile.am +++ b/server/tests/Makefile.am @@ -1,14 +1,19 @@ NULL = -INCLUDES = \ - -I.. \ - $(PROTOCOL_CFLAGS) \ - $(SPICE_NONPKGCONFIG_CFLAGS) \ +INCLUDES = \ + -I.. \ + -I../../common \ + $(PROTOCOL_CFLAGS) \ + $(SPICE_NONPKGCONFIG_CFLAGS) \ $(NULL) LDFLAGS = -L../.libs -lspice-server -noinst_PROGRAMS = test_just_sockets_no_ssl test_empty_success test_fail_on_null_core_interface +noinst_PROGRAMS = test_just_sockets_no_ssl test_empty_success test_fail_on_null_core_interface test_display_no_ssl + +test_display_no_ssl_SOURCES = test_display_no_ssl.c basic_event_loop.c + +test_display_no_ssl_LDFLAGS = $(LDFLAGS) test_just_sockets_no_ssl_SOURCES = test_just_sockets_no_ssl.c basic_event_loop.c basic_event_loop.h -- cgit