aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-01-08 15:34:44 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-01-08 15:34:44 +0000
commitd207a38701d664ac818829249d4d2566349bb359 (patch)
tree975a6c11f340cfede22430cb999113ce220da72b /configure.ac
parent8838bb1d63bdb8ffa808cd41b7e0ffd2e62ff7bc (diff)
tests: Add a very small libkms test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9bad81a2..d3dc1542 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,6 +227,7 @@ AC_OUTPUT([
tests/Makefile
tests/modeprint/Makefile
tests/modetest/Makefile
+ tests/kmstest/Makefile
include/Makefile
include/drm/Makefile
libdrm.pc])