-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CMake and separate runner for QEMU tests for esp32 (#13095)
* Start adding a tests target to qemu * Fix extra compatibility test * Prepare qemu builds for the test driver using cmake * Ensure sdkconfig can be ignored for esp32 test driver: this file is re-written by the cmake build * In theory we compile and link at least one test * Tests now build for a few sub-items * Tests now build for a few sub-items * move the cmake logic for esp tests into a separate cmakefile * bin is also built by the cmake system now * Start being able to run test - for now remove the qemu sh scripts * Remove obsolete makefiles * Switch unit test execution to a python script * Some comments and cleanup * Restyle files * Upate build rules and logic - we detect failing and passing tests now * Add a verbose test argument * Restyle files * Fix flashbundle logic * Correct placement of verbose argument * Correct placement of verbose argument * Run test runner with python3 since that is available (just python will not work in our build image) * Update build example py unit tests
- Loading branch information
Showing
23 changed files
with
420 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.