Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 270 Bytes

Unit Testing experiments

Goal is to include source files located in /main in test application

How to run

First the main application can be build from root directory by running

idf.py build

Test application can be build by

cd test && idf.py build