[Piglit] [PATCH] cmake: Install vpfpgeneric tests

Dylan Baker baker.dylan.c at gmail.com
Tue Jan 21 11:44:02 PST 2014


Currently piglit does not install vpfpgeneric test files (*.vpfp) files,
meaning that out of tree builds do not have these tests. This patch
addresses that issue.

Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47c8b10..735a398 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -433,7 +433,7 @@ install (
 install (
 	DIRECTORY tests
 	DESTINATION .
-	FILES_MATCHING REGEX ".*\\.(py|program_test|shader_test|frag|vert|geom|ktx|cl|txt)$"
+	FILES_MATCHING REGEX ".*\\.(py|program_test|shader_test|frag|vert|geom|ktx|cl|txt|vpfp)$"
 	REGEX "CMakeFiles|CMakeLists" EXCLUDE
 )
 
-- 
1.8.5.3



More information about the Piglit mailing list