Skip to content

Commit 44cccaf

Browse files
committed
Update build.ps1
1 parent 9f075ea commit 44cccaf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
HydroChrono Build Script
33
44
Configures and builds HydroChrono. Dependency paths (Eigen, HDF5, Irrlicht)
@@ -362,4 +362,6 @@ Write-Host "========================================`n" -ForegroundColor Green
362362

363363
Write-Host "Output: $binPath" -ForegroundColor Cyan
364364
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
365367
Write-Host ""

0 commit comments

Comments
 (0)