File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ packages+=git-lfs unp time file usbutils bsdutils
38
38
packages+ =nlohmann-json3-dev
39
39
# TODO: remove for offline build
40
40
packages+ =curl wget python3-pip
41
- packages+ =time
41
+ packages+ =expect
42
42
43
43
# For docs
44
44
packages+ =graphviz
@@ -243,6 +243,21 @@ test: ${build_dir}
243
243
244
244
check : test
245
245
246
+ mapdir? =applications/zpc/components/dotdot_mapper/rules
247
+ datastore_file? =tmp.db
248
+ cache_path? =tmp/cache/ota
249
+ devel/integration/test : ./scripts/tests/z-wave-stack-binaries-test.sh
250
+ -reset
251
+ rm -fv ${datastore_file} * .tmp
252
+ mkdir -p ${cache_path}
253
+ -pidof mosquitto
254
+ ZPC_COMMAND=" ${run_file} \
255
+ --mapdir=${mapdir} \
256
+ --zpc.datastore_file=${datastore_file} \
257
+ --zpc.ota.cache_path=${cache_path} \
258
+ --log.level=d" \
259
+ time $< # Add debug=1 to begining of this line to trace
260
+
246
261
dist/cmake : ${build_dir}
247
262
cmake --build $< --target package
248
263
cmake --build $< --target package_archive
You can’t perform that action at this time.
0 commit comments