mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
freertos: final test cleanup
This commit is contained in:
parent
96fce0c9c4
commit
09587b84c2
@ -15,6 +15,7 @@
|
|||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
#include "test_utils.h"
|
#include "test_utils.h"
|
||||||
|
|
||||||
|
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2, ESP32C3)
|
||||||
typedef struct {
|
typedef struct {
|
||||||
StreamBufferHandle_t sb;
|
StreamBufferHandle_t sb;
|
||||||
SemaphoreHandle_t end_test;
|
SemaphoreHandle_t end_test;
|
||||||
@ -107,3 +108,4 @@ TEST_CASE("Send-receive stream buffer test", "[freertos]")
|
|||||||
vStreamBufferDelete(tc.sb);
|
vStreamBufferDelete(tc.sb);
|
||||||
vSemaphoreDelete(tc.end_test);
|
vSemaphoreDelete(tc.end_test);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
@ -13,7 +13,6 @@ CONFIGS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.supported_targets
|
|
||||||
@pytest.mark.generic
|
@pytest.mark.generic
|
||||||
@pytest.mark.parametrize('config', CONFIGS, indirect=True)
|
@pytest.mark.parametrize('config', CONFIGS, indirect=True)
|
||||||
def test_freertos(dut: Dut) -> None:
|
def test_freertos(dut: Dut) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user