Add common to qa test path
This commit is contained in:
parent
4d0ee276e8
commit
b5ab807568
|
@ -39,6 +39,8 @@ endif()
|
||||||
# avoid formatting this otherwise you will introduce whitespace into the PATH string
|
# avoid formatting this otherwise you will introduce whitespace into the PATH string
|
||||||
set( QA_PATH_REPLACEMENT
|
set( QA_PATH_REPLACEMENT
|
||||||
"PATH=${CMAKE_BINARY_DIR}/kicad/;\
|
"PATH=${CMAKE_BINARY_DIR}/kicad/;\
|
||||||
|
${CMAKE_BINARY_DIR}/common/;\
|
||||||
|
${CMAKE_BINARY_DIR}/common/gal/;\
|
||||||
${CMAKE_BINARY_DIR}/pcbnew/;\
|
${CMAKE_BINARY_DIR}/pcbnew/;\
|
||||||
${CMAKE_BINARY_DIR}/eeschema/;\
|
${CMAKE_BINARY_DIR}/eeschema/;\
|
||||||
$ENV{PATH};" )
|
$ENV{PATH};" )
|
||||||
|
|
Loading…
Reference in New Issue