Commit 0c823ea
authored
* Migrate TestCompileWithLibrary from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithLibraryPriority from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestRecompileWithDifferentLibrary from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithConflictingLibrariesInclude from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithInvalidBuildOptionJson from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithEsp32BundledLibraries from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithEsp8266BundledLibraries from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestGenerateCompileCommandsJsonResilience from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileSketchWithTppFileInclude from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileSketchWithIppFileInclude from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithoutUploadAndFqbn from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileNonInstalledPlatformWithWrongPackagerAndArch from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithKnownPlatformNotInstalled from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileManuallyInstalledPlatformUsingBoardsLocalTxt from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithRelativeBuildPath from test_compile_part_4.py to compile_part_4_test.go
* Migrate TestCompileWithFakeSecureBootCore to compile_part_4_test.go and delete test_compile_part_4.py
* Rearrange compile tests to share the same environment
1 parent 0b2c38d commit 0c823ea
File tree
11 files changed
+588
-501
lines changed- internal/integrationtest
- compile
- testdata
- platform_with_secure_boot
- sketch_with_conflicting_libraries_include
- sketch_with_ipp_file_include
- sketch_with_missing_include
- sketch_with_sd_library
- sketch_with_tpp_file_include
- test
11 files changed
+588
-501
lines changedLarge diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments