File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 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
3838packages+ =nlohmann-json3-dev
3939# TODO: remove for offline build
4040packages+ =curl wget python3-pip
41- packages+ =time
41+ packages+ =expect
4242
4343# For docs
4444packages+ =graphviz
@@ -243,6 +243,21 @@ test: ${build_dir}
243243
244244check : test
245245
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+
246261dist/cmake : ${build_dir}
247262 cmake --build $< --target package
248263 cmake --build $< --target package_archive
You can’t perform that action at this time.
0 commit comments