mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cmake build system test: Fix path to sdkconfig.h
This commit is contained in:
parent
6b9784cc45
commit
fdccc19485
@ -159,7 +159,7 @@ function run_tests()
|
||||
sed -i s/CONFIG_FREERTOS_UNICORE=/CONFIG_FREERTOS_UNICORE=y/ sdkconfig
|
||||
idf.py build
|
||||
# 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
|
||||
# and therefore should rebuild
|
||||
assert_rebuilt newlib/CMakeFiles/newlib.dir/syscall_table.c.obj
|
||||
|
Loading…
Reference in New Issue
Block a user