qa/tools: add PCB_TEST_SELECTION_TOOL to CmakeLists
This commit is contained in:
parent
2280c696d0
commit
9e0cd7e6ee
|
@ -63,6 +63,7 @@ add_executable( pns_debug_tool
|
||||||
pns_log_viewer_frame_base.cpp
|
pns_log_viewer_frame_base.cpp
|
||||||
label_manager.cpp
|
label_manager.cpp
|
||||||
../../qa_utils/pcb_test_frame.cpp
|
../../qa_utils/pcb_test_frame.cpp
|
||||||
|
../../qa_utils/pcb_test_selection_tool.cpp
|
||||||
../../qa_utils/test_app_main.cpp
|
../../qa_utils/test_app_main.cpp
|
||||||
../../qa_utils/utility_program.cpp
|
../../qa_utils/utility_program.cpp
|
||||||
../../qa_utils/mocks.cpp
|
../../qa_utils/mocks.cpp
|
||||||
|
@ -74,6 +75,7 @@ add_executable( pns_debug_tool
|
||||||
add_executable( qa_pns_regressions
|
add_executable( qa_pns_regressions
|
||||||
${COMMON_SRCS}
|
${COMMON_SRCS}
|
||||||
../../qa_utils/pcb_test_frame.cpp
|
../../qa_utils/pcb_test_frame.cpp
|
||||||
|
../../qa_utils/pcb_test_selection_tool.cpp
|
||||||
../../qa_utils/test_app_main.cpp
|
../../qa_utils/test_app_main.cpp
|
||||||
../../qa_utils/utility_program.cpp
|
../../qa_utils/utility_program.cpp
|
||||||
../../qa_utils/mocks.cpp
|
../../qa_utils/mocks.cpp
|
||||||
|
|
Loading…
Reference in New Issue