[Piglit] [PATCH 1/2] cmake: Don't install framework unittests
baker.dylan.c at gmail.com
baker.dylan.c at gmail.com
Mon Nov 23 17:28:54 PST 2015
From: Dylan Baker <baker.dylan.c at gmail.com>
These aren't useful in an installed piglit instance, so don't waste time
and space installing them.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4df0202..e571d70 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -484,6 +484,7 @@ install (
DIRECTORY framework
DESTINATION ${PIGLIT_INSTALL_LIBDIR}
FILES_MATCHING PATTERN "*.py"
+ PATTERN "tests*" EXCLUDE
)
install (
--
2.6.2
More information about the Piglit
mailing list