From 8f66c98818102b95c28320b9ed7b5e05fd4efa00 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Tue, 15 May 2012 18:38:30 -0300 Subject: tests: add proptest A small program that allows us to see and modify properties. Signed-off-by: Paulo Zanoni Signed-off-by: Rob Clark --- tests/proptest/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/proptest/Makefile.am (limited to 'tests/proptest/Makefile.am') diff --git a/tests/proptest/Makefile.am b/tests/proptest/Makefile.am new file mode 100644 index 00000000..f81a3c00 --- /dev/null +++ b/tests/proptest/Makefile.am @@ -0,0 +1,11 @@ +AM_CFLAGS = \ + -I$(top_srcdir)/include/drm \ + -I$(top_srcdir) + +noinst_PROGRAMS = \ + proptest + +proptest_SOURCES = \ + proptest.c +proptest_LDADD = \ + $(top_builddir)/libdrm.la -- cgit v1.2.3