From d207a38701d664ac818829249d4d2566349bb359 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 8 Jan 2010 15:34:44 +0000 Subject: tests: Add a very small libkms test --- tests/kmstest/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/kmstest/Makefile.am (limited to 'tests/kmstest/Makefile.am') diff --git a/tests/kmstest/Makefile.am b/tests/kmstest/Makefile.am new file mode 100644 index 00000000..ae562a10 --- /dev/null +++ b/tests/kmstest/Makefile.am @@ -0,0 +1,17 @@ +AM_CFLAGS = \ + -I$(top_srcdir)/include/drm \ + -I$(top_srcdir)/libkms/ \ + -I$(top_srcdir) + +noinst_PROGRAMS = \ + kmstest + +kmstest_SOURCES = \ + main.c + +kmstest_LDADD = \ + $(top_builddir)/libdrm.la \ + $(top_builddir)/libkms/libkms.la + +run: kmstest + ./kmstest -- cgit v1.2.3