gh-13439: Add tests coverage for boosts (gh-13977)

This commit is contained in:
mr. m
2026-06-01 11:24:45 +02:00
committed by GitHub
parent 64e2e49a00
commit 45075e2fbc
24 changed files with 1312 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
"surfer": "surfer",
"test": "python3 scripts/run_tests.py",
"test:dbg": "python3 scripts/run_tests.py --jsdebugger --debug-on-failure",
"test:gtest": "cd engine && ./mach gtest",
"test:gtest": "cd engine && ./mach gtest Zen*",
"ffprefs": "cd tools/ffprefs && cargo run --bin ffprefs -- ../../",
"lc": "surfer license-check",
"lc:fix": "surfer license-check --fix",