Private
Public Access
2
0

tests: add USEPYTHON3TESTS to explicitly use python3 for tests

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2017-06-13 16:33:47 +02:00
parent 09f8b3ac7b
commit e1778c811d
4 changed files with 13 additions and 5 deletions

View File

@@ -140,6 +140,7 @@ option (ENABLEEXAMPLES "Disable building of examples" ON)
option (INSTALLGPIOTOOL "Install gpio tool" OFF)
option (INSTALLTOOLS "Install all tools" ON)
option (BUILDTESTS "Override the addition of tests" ON)
option (USEPYTHON3TESTS "Force tests to run with python3" OFF)
set (BUILDARCH "" CACHE STRING "Override architecture to build for")