3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

remove non-functional tests libz3.so linking on python builds

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-12 08:58:43 -07:00
parent 14e9020f20
commit cd3e977991

View file

@ -24,8 +24,8 @@ jobs:
make -j3
make -j3 examples
make -j3 test-z3
./cpp_example
./c_example
# ./cpp_example
# ./c_example
cd ..
- template: scripts/test-z3.yml
- template: scripts/test-regressions.yml