mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +00:00
5 lines
68 B
Batchfile
5 lines
68 B
Batchfile
@echo off
|
|
SETLOCAL
|
|
set PATH=..\..\bin;%PATH%
|
|
test_capi.exe
|
|
ENDLOCAL
|