diff --git a/qa/eeschema/CMakeLists.txt b/qa/eeschema/CMakeLists.txt index 25d097356b..41942831d5 100644 --- a/qa/eeschema/CMakeLists.txt +++ b/qa/eeschema/CMakeLists.txt @@ -53,7 +53,7 @@ set( QA_EESCHEMA_SRCS test_eagle_plugin.cpp test_lib_part.cpp test_netlists.cpp - test_sch_item.cpp + test_ee_item.cpp test_sch_pin.cpp test_sch_rtree.cpp test_sch_sheet.cpp diff --git a/qa/eeschema/test_sch_item.cpp b/qa/eeschema/test_ee_item.cpp similarity index 100% rename from qa/eeschema/test_sch_item.cpp rename to qa/eeschema/test_ee_item.cpp