mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
added build and test scripts and READMEs to distribute
This commit is contained in:
parent
6e1eb7044b
commit
83e92c2dd7
12 changed files with 192 additions and 0 deletions
5
ml/exec.cmd
Normal file
5
ml/exec.cmd
Normal file
|
@ -0,0 +1,5 @@
|
|||
@echo off
|
||||
SETLOCAL
|
||||
set PATH=..\..\bin;%PATH%
|
||||
test_mlapi.exe
|
||||
ENDLOCAL
|
Loading…
Add table
Add a link
Reference in a new issue