mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 05:48:44 +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
|