From 99ab1941cd377cd8aa4be26dabdc49df051552e0 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Mon, 29 Nov 2021 22:19:43 +0100 Subject: [PATCH] mv test_sch_item.cpp test_ee_item.cpp --- qa/eeschema/CMakeLists.txt | 2 +- qa/eeschema/{test_sch_item.cpp => test_ee_item.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename qa/eeschema/{test_sch_item.cpp => test_ee_item.cpp} (100%) 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