diff --git a/qa/tests/CMakeLists.txt b/qa/tests/CMakeLists.txt index a98e9ae9bd..885d5e03db 100644 --- a/qa/tests/CMakeLists.txt +++ b/qa/tests/CMakeLists.txt @@ -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};" )