3
0
Fork 0
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:
Josh Berdine 2012-10-07 02:26:27 +01:00
parent 6e1eb7044b
commit 83e92c2dd7
12 changed files with 192 additions and 0 deletions

5
ml/exec.cmd Normal file
View file

@ -0,0 +1,5 @@
@echo off
SETLOCAL
set PATH=..\..\bin;%PATH%
test_mlapi.exe
ENDLOCAL