mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-08 16:24:35 +00:00
00aa706469
* Implement coverage for Windows/Linux/MacOS (#126) * reverted --------- Co-authored-by: Saikari <lin@sz.cn.eu.org>
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
@echo off
|
|
REM scripts/coverage.bat.in
|
|
REM Simple wrapper to run coverage.ps1
|
|
|
|
set SOURCE_DIR=@CMAKE_SOURCE_DIR@
|
|
set BINARY_DIR=@CMAKE_BINARY_DIR@
|
|
|
|
powershell -ExecutionPolicy Bypass -File "%BINARY_DIR%\scripts\coverage.ps1" -SourceDir "%SOURCE_DIR%" -BinaryDir "%BINARY_DIR%" %*
|