Signed-off-by: Petri Latvala <[email protected]>
Cc: Daniel Vetter <[email protected]>
---
lib/tests/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/tests/meson.build b/lib/tests/meson.build
index 29bdb2c4..55ab2b3d 100644
--- a/lib/tests/meson.build
+++ b/lib/tests/meson.build
@@ -22,13 +22,13 @@ lib_fail_tests = [
]
foreach lib_test : lib_tests
- exec = executable(lib_test, lib_test + '.c', install : true,
+ exec = executable(lib_test, lib_test + '.c', install : false,
dependencies : igt_deps)
test('lib: ' + lib_test, exec)
endforeach
foreach lib_test : lib_fail_tests
- exec = executable(lib_test, lib_test + '.c', install : true,
+ exec = executable(lib_test, lib_test + '.c', install : false,
dependencies : igt_deps)
test('lib: ' + lib_test, exec, should_fail : true)
endforeach
--
2.14.1
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx