Add common to qa test path

This commit is contained in:
Marek Roszko 2023-10-07 21:28:16 -04:00
parent 4d0ee276e8
commit b5ab807568
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ endif()
# avoid formatting this otherwise you will introduce whitespace into the PATH string
set( QA_PATH_REPLACEMENT
"PATH=${CMAKE_BINARY_DIR}/kicad/;\
${CMAKE_BINARY_DIR}/common/;\
${CMAKE_BINARY_DIR}/common/gal/;\
${CMAKE_BINARY_DIR}/pcbnew/;\
${CMAKE_BINARY_DIR}/eeschema/;\
$ENV{PATH};" )