Create dedicated test_suite for for cotex_m ops examples/arm/test_cortex_m.sh --unittests **(Run python based tests and C++)** examples/arm/run_mcu_models_fvp.sh --target=cortex-m55 (**Run e2e tests**) See this ongoing PR : https://github.com/pytorch/executorch/pull/1357
Create dedicated test_suite for for cotex_m ops
examples/arm/test_cortex_m.sh --unittests (Run python based tests and C++)
examples/arm/run_mcu_models_fvp.sh --target=cortex-m55 (Run e2e tests)
See this ongoing PR : #1357