cmake build system test: Fix path to sdkconfig.h

This commit is contained in:
Angus Gratton 2018-05-31 13:31:42 +10:00 committed by Angus Gratton
parent 6b9784cc45
commit fdccc19485

View file

@ -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