mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
4 lines
153 B
Bash
4 lines
153 B
Bash
#!/bin/sh
|
|
export LD_LIBRARY_PATH=../../lib:$LD_LIBRARY_PATH # for linux
|
|
export DYLD_LIBRARY_PATH=../../lib:$DYLD_LIBRARY_PATH # for osx
|
|
./test_mlapi
|