mirror of
https://github.com/Z3Prover/z3
synced 2025-04-18 06:39:02 +00:00
5 lines
153 B
Bash
5 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
|