|
13 | 13 | "maintainer": "true" |
14 | 14 | }], |
15 | 15 | "license": "Apache-2.0", |
16 | | - "version": "0.1", |
| 16 | + "version": "0.1.0", |
17 | 17 | "frameworks": ["native", "arduino"], |
18 | 18 | "platforms": ["native", "atmelavr", "ststm32", "espressiv8266", "espressif32"], |
19 | 19 | "headers": [ |
|
33 | 33 | "name": "Parse a single command", |
34 | 34 | "base": "test/src/", |
35 | 35 | "files": [ |
36 | | - "platformio.ini", |
37 | | - "example-parse-command.h", |
38 | | - "example-parse-command.cpp" |
| 36 | + "../platformio.ini", |
| 37 | + "./example-parse-command.h", |
| 38 | + "./example-parse-command.cpp" |
39 | 39 | ] |
40 | 40 | }, |
41 | 41 | { |
42 | 42 | "name": "Parse a command with callback", |
43 | 43 | "base": "test/src/", |
44 | 44 | "files": [ |
45 | | - "platformio.ini", |
46 | | - "example-parse-with-callback.h", |
47 | | - "example-parse-with-callback.cpp" |
| 45 | + "../platformio.ini", |
| 46 | + "./example-parse-with-callback.h", |
| 47 | + "./example-parse-with-callback.cpp" |
48 | 48 | ] |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "name": "Parse data from stream", |
52 | 52 | "base": "test/src/", |
53 | 53 | "files": [ |
54 | | - "platformio.ini", |
55 | | - "example-parse-stream.h", |
56 | | - "example-parse-stream.cpp" |
| 54 | + "../platformio.ini", |
| 55 | + "./example-parse-stream.h", |
| 56 | + "./example-parse-stream.cpp" |
57 | 57 | ] |
58 | 58 | }, |
59 | 59 | { |
60 | 60 | "name": "Parse from stream and reply - native integration test program", |
61 | 61 | "base": "test/src/", |
62 | 62 | "files": [ |
63 | | - "platformio.ini", |
64 | | - "native-integration-test-program.h", |
65 | | - "native-integration-test-program.cpp" |
| 63 | + "../platformio.ini", |
| 64 | + "./native-integration-test-program.h", |
| 65 | + "./native-integration-test-program.cpp" |
66 | 66 | ] |
67 | 67 | } |
68 | 68 | ], |
|
0 commit comments