mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 17:50:23 +00:00
cleanned test_capi example
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
ab625df6c6
commit
8aecd2f71a
16 changed files with 34 additions and 68 deletions
9
test_capi/build.sh
Normal file
9
test_capi/build.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
if gcc -fopenmp -o test_capi test_capi.c -lz3; then
|
||||
echo "test_capi applicatio was successfully compiled."
|
||||
echo "To try it, execute:"
|
||||
echo " ./test_capi"
|
||||
else
|
||||
echo "You must install Z3 before compiling this example."
|
||||
echo "To install Z3, execute the following command in the Z3 root directory."
|
||||
echo " sudo make install"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue