mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 19:53:34 +00:00
6 lines
68 B
Batchfile
6 lines
68 B
Batchfile
@echo off
|
|
SETLOCAL
|
|
set PATH=..\..\bin;%PATH%
|
|
test_capi.exe
|
|
ENDLOCAL
|