mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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
4
ml/exec.sh
Normal file
4
ml/exec.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH=../../lib:$LD_LIBRARY_PATH # for linux
|
||||
export DYLD_LIBRARY_PATH=../../lib:$DYLD_LIBRARY_PATH # for osx
|
||||
./test_mlapi
|
Loading…
Add table
Add a link
Reference in a new issue