mirror of
https://github.com/Z3Prover/z3
synced 2026-08-02 20:23:27 +00:00
Remove tptp5 example
Remove the examples/tptp project and its references in the CMake examples build, mk_project.py, and the CMake examples CI script. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 57b9b87e-950a-49ea-bbb3-ed585646a5a9
This commit is contained in:
parent
1c8b6cfdb8
commit
3631d1b85c
10 changed files with 0 additions and 9915 deletions
|
|
@ -117,7 +117,6 @@ def init_project_def():
|
|||
add_js()
|
||||
# Examples
|
||||
add_cpp_example('cpp_example', 'c++')
|
||||
add_cpp_example('z3_tptp', 'tptp')
|
||||
add_c_example('c_example', 'c')
|
||||
add_c_example('maxsat')
|
||||
add_dotnet_example('dotnet_example', 'dotnet')
|
||||
|
|
|
|||
|
|
@ -4,11 +4,9 @@ steps:
|
|||
cd build
|
||||
ninja c_example
|
||||
ninja cpp_example
|
||||
ninja z3_tptp5
|
||||
ninja c_maxsat_example
|
||||
examples/c_example_build_dir/c_example
|
||||
examples/cpp_example_build_dir/cpp_example
|
||||
examples/tptp_build_dir/z3_tptp5 -help
|
||||
examples/c_maxsat_example_build_dir/c_maxsat_example ../examples/maxsat/ex.smt
|
||||
cd ..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue