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