]> granicus.if.org Git - esp-idf/commit
cmake: Add support for test build
authorRenz Bagaporo <renz@espressif.com>
Mon, 27 Aug 2018 02:48:16 +0000 (10:48 +0800)
committerRenz Bagaporo <renz@espressif.com>
Sat, 20 Oct 2018 04:07:24 +0000 (12:07 +0800)
commitcc774111bf20ce9109214ed5bd64fe72c5fd7d45
tree205f967a89fa0ca863c32cb62a8a78330e789ea3
parent129d32772e5e5eafe88be5b9eb34687e84a6f8b8
cmake: Add support for test build
54 files changed:
.gitlab-ci.yml
components/app_trace/test/CMakeLists.txt [new file with mode: 0644]
components/app_update/test/CMakeLists.txt [new file with mode: 0644]
components/bootloader/project_include.cmake
components/bootloader_support/test/CMakeLists.txt [new file with mode: 0644]
components/bt/test/CMakeLists.txt [new file with mode: 0644]
components/cxx/test/CMakeLists.txt [new file with mode: 0644]
components/driver/test/CMakeLists.txt [new file with mode: 0644]
components/esp32/CMakeLists.txt
components/esp32/test/CMakeLists.txt [new file with mode: 0644]
components/esp_ringbuf/test/CMakeLists.txt [new file with mode: 0644]
components/espcoredump/test/CMakeLists.txt [new file with mode: 0644]
components/ethernet/test/CMakeLists.txt [new file with mode: 0644]
components/expat/test/CMakeLists.txt [new file with mode: 0644]
components/fatfs/test/CMakeLists.txt [new file with mode: 0644]
components/freertos/test/CMakeLists.txt [new file with mode: 0644]
components/heap/test/CMakeLists.txt [new file with mode: 0644]
components/http_server/test/CMakeLists.txt [new file with mode: 0644]
components/libsodium/CMakeLists.txt
components/libsodium/test/CMakeLists.txt [new file with mode: 0644]
components/mbedtls/test/CMakeLists.txt [new file with mode: 0644]
components/newlib/test/CMakeLists.txt [new file with mode: 0644]
components/nvs_flash/test/CMakeLists.txt [new file with mode: 0644]
components/partition_table/test/CMakeLists.txt [new file with mode: 0644]
components/protocomm/test/CMakeLists.txt [new file with mode: 0644]
components/pthread/test/CMakeLists.txt [new file with mode: 0644]
components/sdmmc/test/CMakeLists.txt [new file with mode: 0644]
components/soc/esp32/sources.cmake
components/soc/test/CMakeLists.txt [new file with mode: 0644]
components/spi_flash/test/CMakeLists.txt [new file with mode: 0644]
components/spiffs/test/CMakeLists.txt [new file with mode: 0644]
components/ulp/test/CMakeLists.txt [new file with mode: 0644]
components/ulp/test/component.mk
components/ulp/test/test_ulp_as.c
components/vfs/test/CMakeLists.txt [new file with mode: 0644]
components/wear_levelling/test/CMakeLists.txt [new file with mode: 0644]
components/wpa_supplicant/test/CMakeLists.txt [new file with mode: 0644]
docs/en/api-guides/build-system-cmake.rst
docs/en/api-guides/index.rst
docs/en/api-guides/unit-tests-cmake.rst [new file with mode: 0644]
docs/zh_CN/api-guides/index.rst
docs/zh_CN/api-guides/unit-tests-cmake.rst [new file with mode: 0644]
tools/ci/check_ut_cmake_make.sh [new file with mode: 0755]
tools/ci/executable-list.txt
tools/cmake/components.cmake
tools/cmake/idf_functions.cmake
tools/cmake/project.cmake
tools/cmake/scripts/expand_requirements.cmake
tools/idf.py
tools/unit-test-app/CMakeLists.txt [new file with mode: 0644]
tools/unit-test-app/README.md
tools/unit-test-app/components/unity/CMakeLists.txt [new file with mode: 0644]
tools/unit-test-app/idf_ext.py [new file with mode: 0644]
tools/unit-test-app/main/CMakeLists.txt [new file with mode: 0644]