From b5ab807568834c943de77a5814845ced381948ae Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 7 Oct 2023 21:28:16 -0400 Subject: [PATCH] Add common to qa test path --- qa/tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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};" )