summaryrefslogtreecommitdiffstats
path: root/server/tests/Makefile.am
blob: 9d20264864a229e4bc91ad7407a1fb03d82aac3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
NULL =

INCLUDES =                          \
	-I..                            \
	-I../../common                  \
	$(PROTOCOL_CFLAGS)              \
	$(SPICE_NONPKGCONFIG_CFLAGS)    \
	$(NULL)

AM_LDFLAGS = -L../.libs -lspice-server

noinst_PROGRAMS = test_just_sockets_no_ssl test_empty_success test_fail_on_null_core_interface test_display_no_ssl test_display_streaming test_playback

test_display_streaming_SOURCES = test_display_streaming.c test_display_base.c basic_event_loop.c basic_event_loop.h test_util.h

test_display_no_ssl_SOURCES = test_display_no_ssl.c test_display_base.c basic_event_loop.c basic_event_loop.h test_util.h

test_display_no_ssl_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS)

test_just_sockets_no_ssl_SOURCES = test_just_sockets_no_ssl.c basic_event_loop.c basic_event_loop.h test_util.h

test_just_sockets_no_ssl_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS)

test_empty_success_SOURCES = test_empty_success.c

test_empty_success_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS)

test_fail_on_null_core_interface_SOURCES = test_fail_on_null_core_interface.c

test_fail_on_null_core_interface_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS)

test_playback_SOURCES = test_playback.c basic_event_loop.c basic_event_loop.h test_util.h

test_playback_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS)