diff options
author | Thierry Reding <treding@nvidia.com> | 2015-12-09 18:37:42 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-12-18 17:44:05 +0000 |
commit | c13c504ed2778fe5410d4883a7025abd75d0a6a1 (patch) | |
tree | f82520d45a23ff14a3f72b44225c5d71d3587e71 /configure.ac | |
parent | ca6c5f8c81e762b25c7b999fa5fd9d17fd67e4dc (diff) |
tests: Add libkms-test library
This library contains abstractions for KMS that help remove the need for
a lot of boilerplate in KMS test programs.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ca6cbf4e..0c66dfc6 100644 --- a/configure.ac +++ b/configure.ac @@ -499,6 +499,7 @@ AC_CONFIG_FILES([ tests/Makefile tests/modeprint/Makefile tests/modetest/Makefile + tests/kms/Makefile tests/kmstest/Makefile tests/proptest/Makefile tests/radeon/Makefile |