We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f075ea commit 44cccafCopy full SHA for 44cccaf
1 file changed
build.ps1
@@ -1,4 +1,4 @@
1
-<#
+<#
2
HydroChrono Build Script
3
4
Configures and builds HydroChrono. Dependency paths (Eigen, HDF5, Irrlicht)
@@ -362,4 +362,6 @@ Write-Host "========================================`n" -ForegroundColor Green
362
363
Write-Host "Output: $binPath" -ForegroundColor Cyan
364
Write-Host "Tests: ctest -C $BuildType -L regression --test-dir build" -ForegroundColor Gray
365
+Write-Host " ctest -C $BuildType -L unit --test-dir build" -ForegroundColor Gray
366
+Write-Host " Add -V for verbose output, --output-on-failure for failures only" -ForegroundColor DarkGray
367
Write-Host ""
0 commit comments