Skip to content

Commit

Permalink
feat(tools/monitor): move target tests to monitor repo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Sep 15, 2023
1 parent a9349f4 commit 3981aae
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 267 deletions.
1 change: 0 additions & 1 deletion tools/ci/check_copyright_ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,6 @@ tools/test_apps/system/cxx_no_except/main/main.cpp
tools/test_apps/system/gdb_loadable_elf/main/hello_world_main.c
tools/test_apps/system/longjmp_test/main/hello_world_main.c
tools/test_apps/system/memprot/main/esp32s2/test_memprot_main.c
tools/test_apps/system/monitor_ide_integration/main/main.c
tools/test_apps/system/no_embedded_paths/check_for_file_paths.py
tools/test_apps/system/no_embedded_paths/main/test_no_embedded_paths_main.c
tools/test_apps/system/startup/main/test_startup_main.c
Expand Down
3 changes: 0 additions & 3 deletions tools/requirements/requirements.ttfw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ pygobject; sys_platform != 'win32'
# esp_prov
bleak
protobuf

# tools/test_apps/system/monitor_ide_integration
SimpleWebSocketServer
10 changes: 0 additions & 10 deletions tools/test_apps/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,6 @@ tools/test_apps/system/memprot:
temporary: true
reason: the other targets are not tested yet

tools/test_apps/system/monitor_ide_integration:
enable:
- if: IDF_TARGET == "esp32" or IDF_TARGET == "esp32s2"
temporary: true
reason: the other targets are not tested yet
disable_test:
- if: IDF_TARGET == "esp32s2"
temporary: true
reason: lack of runners

tools/test_apps/system/no_embedded_paths:
enable:
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s2"]
Expand Down
5 changes: 0 additions & 5 deletions tools/test_apps/system/monitor_addr_lookup/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions tools/test_apps/system/monitor_addr_lookup/README.md

This file was deleted.

This file was deleted.

This file was deleted.

54 changes: 0 additions & 54 deletions tools/test_apps/system/monitor_addr_lookup/main/main.c

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tools/test_apps/system/monitor_ide_integration/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions tools/test_apps/system/monitor_ide_integration/README.md

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions tools/test_apps/system/monitor_ide_integration/main/main.c

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3981aae

Please sign in to comment.