mirror of
https://github.com/Z3Prover/z3
synced 2025-07-16 01:16:39 +00:00
5 lines
69 B
Batchfile
Executable file
5 lines
69 B
Batchfile
Executable file
@echo off
|
|
SETLOCAL
|
|
set PATH=..\..\bin;%PATH%
|
|
test_mlapi.exe
|
|
ENDLOCAL
|