Skip to content

Commit ddc9460

Browse files
committed
Rename files to not have a Test prefix when not containing tests
1 parent 6f4f4c7 commit ddc9460

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/app/codegen-data-model/tests/TestAttributeReportIBsEncoding.cpp src/app/codegen-data-model/tests/AttributeReportIBEncodeDecode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
#include "TestAttributeReportIBsEncoding.h"
17+
#include "AttributeReportIBEncodeDecode.h"
1818

1919
#include <app/MessageDef/AttributePathIB.h>
2020
#include <app/MessageDef/AttributeReportIB.h>

src/app/codegen-data-model/tests/BUILD.gn

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ source_set("ember_extra_files") {
2222
# data-model access and ember-compatibility (we share the same buffer)
2323
"${chip_root}/src/app/util/ember-global-attribute-access-interface.cpp",
2424
"${chip_root}/src/app/util/ember-io-storage.cpp",
25+
"AttributeReportIBEncodeDecode.cpp",
26+
"AttributeReportIBEncodeDecode.h",
2527
"EmberReadWriteOverride.cpp",
2628
"EmberReadWriteOverride.h",
2729
"InteractionModelTemporaryOverrides.cpp",
28-
"TestAttributeReportIBsEncoding.cpp",
29-
"TestAttributeReportIBsEncoding.h",
3030
]
3131

3232
public_deps = [

src/app/codegen-data-model/tests/TestCodegenModelViaMocks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
*/
1717
#include <app/codegen-data-model/CodegenDataModel.h>
1818

19+
#include <app/codegen-data-model/tests/AttributeReportIBEncodeDecode.h>
1920
#include <app/codegen-data-model/tests/EmberReadWriteOverride.h>
20-
#include <app/codegen-data-model/tests/TestAttributeReportIBsEncoding.h>
2121

2222
#include <access/AccessControl.h>
2323
#include <access/SubjectDescriptor.h>

0 commit comments

Comments
 (0)