From c42d1a10e37cc2ff378511a058b89a6f8eddf1c0 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Tue, 27 Apr 2010 15:43:20 -0400 Subject: tests: add new vblank test Simple test for event frequency. --- tests/vbltest/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/vbltest/Makefile.am (limited to 'tests/vbltest/Makefile.am') diff --git a/tests/vbltest/Makefile.am b/tests/vbltest/Makefile.am new file mode 100644 index 00000000..89bc8328 --- /dev/null +++ b/tests/vbltest/Makefile.am @@ -0,0 +1,13 @@ +AM_CFLAGS = \ + -I$(top_srcdir)/include/drm \ + -I$(top_srcdir)/intel/ \ + -I$(top_srcdir) + +noinst_PROGRAMS = \ + vbltest + +vbltest_SOURCES = \ + vbltest.c +vbltest_LDADD = \ + $(top_builddir)/libdrm.la \ + $(top_builddir)/intel/libdrm_intel.la -- cgit v1.2.3