move native tests in dedicated folder

This commit is contained in:
Nicu Hodos 2024-10-28 17:51:29 +01:00
parent c9b6ad3a44
commit 4873c26384
2 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,6 @@ default_envs = native
[env:native]
platform = native
debug_build_flags = -std=c++11
test_filter = native/*
lib_deps =
bblanchon/ArduinoJson@6.21.5