feat(cmakev2): Rename buildv2_test_app source file

This commit renames the buildv2_test_app.c file to build_test_app.c in
the buildv2_test_app template to enable tests to refer to the same
source file name when writing tests for both cmakev1 and cmakev2.
This commit is contained in:
Sudeep Mohanty
2025-09-23 09:53:38 +02:00
committed by BOT
parent c63063f3f6
commit 7fe743896d
2 changed files with 1 additions and 1 deletions
@@ -1,5 +1,5 @@
# placeholder_before_idf_component_register
idf_component_register(SRCS "buildv2_test_app.c"
idf_component_register(SRCS "build_test_app.c"
# placeholder_inside_idf_component_register
)