blob: 14cf530440299714d93ae6a6dd4f5c6e9c53a28a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
There are only two test compatible with portage sandbox.
All other tests require access to install VA driver and
Intel video on the host machine.
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -91,4 +91,4 @@ test_va_api_CXXFLAGS = \
$(NULL)
check-local: test_va_api
- $(builddir)/test_va_api
+ $(builddir)/test_va_api '--gtest_filter=Internal.*:VAAPIInitTerminate.InitTermWithoutDisplay'
|