mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
moved new ml stuff to src/ml
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3da69a4f1b
commit
839cc36e11
12 changed files with 0 additions and 0 deletions
4
src/ml/exec.sh
Normal file
4
src/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