qa: Moving eeschema qa to main qa folder
This commit is contained in:
parent
6f5a7b3ab7
commit
da295a355f
|
@ -513,4 +513,3 @@ add_custom_target(
|
|||
add_dependencies( eeschema_kiface dialog_bom_cfg_lexer_source_files )
|
||||
|
||||
add_subdirectory( plugins )
|
||||
add_subdirectory( qa )
|
||||
|
|
|
@ -19,6 +19,7 @@ add_subdirectory( unit_test_utils )
|
|||
# Unit tests
|
||||
add_subdirectory( common )
|
||||
add_subdirectory( pcbnew )
|
||||
add_subdirectory( eeschema )
|
||||
add_subdirectory( shape_poly_set_refactor )
|
||||
|
||||
# Utility/test programs
|
||||
|
|
|
@ -23,11 +23,15 @@
|
|||
|
||||
find_package( Boost COMPONENTS unit_test_framework REQUIRED )
|
||||
|
||||
|
||||
include_directories( BEFORE ${INC_BEFORE} )
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/include
|
||||
${CMAKE_SOURCE_DIR}/eeschema
|
||||
${CMAKE_SOURCE_DIR}/common
|
||||
${INC_AFTER}
|
||||
)
|
||||
)
|
||||
|
||||
add_executable( qa_eagle_plugin
|
||||
test_module.cpp
|
Loading…
Reference in New Issue