mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
6 lines
74 B
Batchfile
Executable file
6 lines
74 B
Batchfile
Executable file
@echo off
|
|
SETLOCAL
|
|
set PATH=..\..\bin;%PATH%
|
|
test_mlapi.exe
|
|
ENDLOCAL
|