forked from espressif/esp-idf
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user