aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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 /tests/Makefile.am
parent8838bb1d63bdb8ffa808cd41b7e0ffd2e62ff7bc (diff)
tests: Add a very small libkms test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4e4882ab..3e74705e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,6 +12,10 @@ noinst_PROGRAMS = \
SUBDIRS =
+if HAVE_LIBKMS
+SUBDIRS += kmstest
+endif
+
if HAVE_INTEL
endif