summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_all.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/check_all.sh b/scripts/check_all.sh
index 113d3f0..81d4c93 100755
--- a/scripts/check_all.sh
+++ b/scripts/check_all.sh
@@ -4,8 +4,8 @@
#
# What it verifies:
# 1. Native build (macOS/Linux) with all tests and tools
-# 2. All 26 tests pass
-# 3. All tools compile (spectool, specview, specplay)
+# 2. All 36 tests pass
+# 3. All tools compile
# 4. Windows cross-compilation (if mingw-w64 available)
#
# Usage: ./scripts/check_all.sh
@@ -20,7 +20,7 @@ cmake --build build -j8
echo "Running test suite..."
(cd build && ctest --output-on-failure)
echo "Verifying tools compile..."
-cmake --build build --target spectool specview specplay -j8
+cmake --build build --target test_spectool -j8
echo ""
echo "--- Running Windows Cross-Compilation Build ---"