Commit c76a0b2 1 parent 00fb991 commit c76a0b2 Copy full SHA for c76a0b2
File tree 4 files changed +0
-29
lines changed
4 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ project(wakaama C)
4
4
5
5
include (wakaama.cmake)
6
6
7
- add_subdirectory (examples)
8
-
9
7
# Enable "test" target
10
8
enable_testing ()
11
9
add_subdirectory (tests)
Original file line number Diff line number Diff line change 26
26
"WAKAAMA_MODE_SERVER" : {
27
27
"type" : " BOOL" ,
28
28
"value" : " ON"
29
- },
30
- "WAKAAMA_ENABLE_EXAMPLES" : {
31
- "type" : " BOOL" ,
32
- "value" : " ON"
33
29
}
34
30
}
35
31
},
41
37
"WAKAAMA_MODE_BOOTSTRAP_SERVER" : {
42
38
"type" : " BOOL" ,
43
39
"value" : " ON"
44
- },
45
- "WAKAAMA_ENABLE_EXAMPLES" : {
46
- "type" : " BOOL" ,
47
- "value" : " ON"
48
40
}
49
41
}
50
42
},
61
53
"type" : " BOOL" ,
62
54
"value" : " ON"
63
55
},
64
- "WAKAAMA_ENABLE_EXAMPLES" : {
65
- "type" : " BOOL" ,
66
- "value" : " ON"
67
- },
68
56
"WAKAAMA_DATA_SENML_JSON" : {
69
57
"type" : " BOOL" ,
70
58
"value" : " ON"
100
88
"hidden" : true ,
101
89
"inherits" : " base" ,
102
90
"cacheVariables" : {
103
- "WAKAAMA_ENABLE_EXAMPLES" : {
104
- "type" : " BOOL" ,
105
- "value" : " OFF"
106
- },
107
91
"WAKAAMA_DATA_TLV" : {
108
92
"type" : " BOOL" ,
109
93
"value" : " ON"
123
107
"WAKAAMA_LOG_CUSTOM_HANDLER" : {
124
108
"type" : " BOOL" ,
125
109
"value" : " ON"
126
- },
127
- "WAKAAMA_ENABLE_EXAMPLES" : {
128
- "type" : " BOOL" ,
129
- "value" : " OFF"
130
110
}
131
111
}
132
112
},
Original file line number Diff line number Diff line change @@ -170,9 +170,6 @@ pytest -v tests/integration
170
170
171
171
## Examples
172
172
173
- The examples can be enabled (or disabled) with the CMake cache variable ` WAKAAMA_ENABLE_EXAMPLES ` (e.g.
174
- ` cmake -DWAKAAMA_ENABLE_EXAMPLES=OFF ` ).
175
-
176
173
There are some example applications provided to test the server, client and bootstrap capabilities of Wakaama.
177
174
The following recipes assume you are on a unix like platform and you have cmake and make installed.
178
175
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments