install sensor_test

This commit is contained in:
carbon
2023-12-22 16:48:49 +08:00
parent a0ad45b7e7
commit c7a79bfac0

View File

@ -263,6 +263,7 @@ function build_middleware()
pushd "$MW_PATH"/sample
make all || return "$?"
find ./ -type f \( -iname "sample_*" ! -iname "*.*" \) -exec cp '{}' $SYSTEM_OUT_DIR/usr/bin \;
find ./ -type f \( -iname "sensor_test" \) -exec cp '{}' $SYSTEM_OUT_DIR/usr/bin \;
popd
# copy mw lib