This website requires JavaScript.
Explore
Help
Sign In
pioduino
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9d1a4ebac40c035270500415f6567da170b70f21
esp-idf
/
tools
/
unit-test-app
/
main
/
app_main.c
T
7 lines
66 B
C
Raw
Normal View
History
Unescape
Escape
unity: separate common and IDF specific functionality
2018-10-25 12:52:32 +08:00
#
include
"test_utils.h"
add unit tests to esp-idf
2016-11-17 16:36:10 +08:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
2019-07-16 16:33:30 +07:00
void
app_main
(
void
)
add unit tests to esp-idf
2016-11-17 16:36:10 +08:00
{
unity: separate common and IDF specific functionality
2018-10-25 12:52:32 +08:00
test_main
(
)
;
add unit tests to esp-idf
2016-11-17 16:36:10 +08:00
}
Reference in New Issue
Copy Permalink