Skip to content

Commit 67f7990

Browse files
committed
library.json: registered another example
1 parent e2e185f commit 67f7990

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@
4242
"example-parse-stream.h",
4343
"example-parse-stream.cpp"
4444
]
45+
},
46+
{
47+
"name": "Parse data from stream (native integration test program)",
48+
"base": "test/src/",
49+
"files": [
50+
"platformio.ini",
51+
"native-integration-test-program.h",
52+
"native-integration-test-program.cpp"
53+
]
4554
}
4655
],
4756
"export": {

0 commit comments

Comments
 (0)