Đổi tên phần mềm từ lidar_manager_app thành robot_app

This commit is contained in:
2026-06-24 16:31:28 +07:00
parent 773341fc84
commit 4b702756bb
12 changed files with 38 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ source "$(dirname "$0")/../lib/common.sh"
cd "$LM_ROOT"
PORT="${TEST_PORT:-$LM_TEST_PORT}"
BASE="http://127.0.0.1:${PORT}"
BIN="${LM_ROOT}/build/lidar_manager_web"
BIN="${LM_ROOT}/build/robot_app"
DATA_DIR="$(mktemp -d)"
SERVER_PID=""
@@ -28,7 +28,7 @@ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON
cmake --build build -j
echo "==> C++ unit tests (GTest)"
./build/lidar_manager_tests
./build/robot_app_tests
echo "==> Prepare isolated data directory"
cp -a tests/fixtures/data/. "$DATA_DIR/"