forked from espressif/esp-idf
cmake build system test: Fix path to sdkconfig.h
This commit is contained in:
committed by
Angus Gratton
parent
6b9784cc45
commit
fdccc19485
@@ -159,7 +159,7 @@ function run_tests()
|
|||||||
sed -i s/CONFIG_FREERTOS_UNICORE=/CONFIG_FREERTOS_UNICORE=y/ sdkconfig
|
sed -i s/CONFIG_FREERTOS_UNICORE=/CONFIG_FREERTOS_UNICORE=y/ sdkconfig
|
||||||
idf.py build
|
idf.py build
|
||||||
# check the sdkconfig.h file was rebuilt
|
# check the sdkconfig.h file was rebuilt
|
||||||
assert_rebuilt sdkconfig.h
|
assert_rebuilt config/sdkconfig.h
|
||||||
# pick one each of .c, .cpp, .S that #includes sdkconfig.h
|
# pick one each of .c, .cpp, .S that #includes sdkconfig.h
|
||||||
# and therefore should rebuild
|
# and therefore should rebuild
|
||||||
assert_rebuilt newlib/CMakeFiles/newlib.dir/syscall_table.c.obj
|
assert_rebuilt newlib/CMakeFiles/newlib.dir/syscall_table.c.obj
|
||||||
|
Reference in New Issue
Block a user