tests: presentation test, simple

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
diff --git a/Makefile.am b/Makefile.am
index 6a91a8f..87204a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -842,6 +842,7 @@
 	event.weston				\
 	button.weston				\
 	text.weston				\
+	presentation.weston			\
 	subsurface.weston
 
 
@@ -944,6 +945,13 @@
 subsurface_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
 subsurface_weston_LDADD = libtest-client.la
 
+presentation_weston_SOURCES = tests/presentation-test.c
+nodist_presentation_weston_SOURCES =		\
+	protocol/presentation_timing-protocol.c	\
+	protocol/presentation_timing-client-protocol.h
+presentation_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
+presentation_weston_LDADD = libtest-client.la
+
 if ENABLE_EGL
 weston_tests += buffer-count.weston
 buffer_count_weston_SOURCES = tests/buffer-count-test.c