freertos: Add Amazon SMP FreeRTOS unit test configuration

This commit is contained in:
Darian Leung
2022-11-10 15:58:20 +08:00
parent 8fe79ae0cd
commit 5e5a40f7ac
3 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ CONFIGS = [
pytest.param('psram', marks=[pytest.mark.esp32]),
pytest.param('release', marks=[pytest.mark.supported_targets]),
pytest.param('single_core', marks=[pytest.mark.esp32]),
pytest.param('smp', marks=[pytest.mark.supported_targets]),
]