qa: move eeschema data to appropriate directory

This commit is contained in:
Sylwester Kocjan 2022-03-18 22:26:09 +01:00 committed by Ian McInerney
parent 0d64fc8c09
commit cfb8fbc644
81 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ target_compile_definitions( qa_eeschema
# Pass in the default data location
set_source_files_properties( eeschema_test_utils.cpp PROPERTIES
COMPILE_DEFINITIONS "QA_EESCHEMA_DATA_LOCATION=(\"${CMAKE_CURRENT_SOURCE_DIR}/data\")"
COMPILE_DEFINITIONS "QA_EESCHEMA_DATA_LOCATION=(\"${CMAKE_SOURCE_DIR}/qa/data/eeschema\")"
)
kicad_add_boost_test( qa_eeschema qa_eeschema )