Skip to content

Commit

Permalink
Add external repo as submodules
Browse files Browse the repository at this point in the history
1. STP
2. Z3
3. bugbasev2
4. klee-uclibc
  • Loading branch information
Alkaid-Benetnash committed Mar 2, 2021
1 parent 491c492 commit d20046c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[submodule "third-party/stp"]
path = third-party/stp
url = https://github.com/stp/stp
[submodule "third-party/z3"]
path = third-party/z3
url = https://github.com/Z3Prover/z3
[submodule "third-party/bugbasev2"]
path = third-party/bugbasev2
url = https://github.com/efeslab/bugbasev2
[submodule "third-party/klee-uclibc"]
path = third-party/klee-uclibc
url = https://github.com/efeslab/klee-uclibc
[submodule "third-party/cryptominisat"]
path = third-party/cryptominisat
url = https://github.com/msoos/cryptominisat
[submodule "third-party/minisat"]
path = third-party/minisat
url = https://github.com/stp/minisat
1 change: 1 addition & 0 deletions third-party/bugbasev2
Submodule bugbasev2 added at 1103bd
1 change: 1 addition & 0 deletions third-party/cryptominisat
Submodule cryptominisat added at 6477e8
1 change: 1 addition & 0 deletions third-party/klee-uclibc
Submodule klee-uclibc added at 872249
1 change: 1 addition & 0 deletions third-party/minisat
Submodule minisat added at 37158a
1 change: 1 addition & 0 deletions third-party/stp
Submodule stp added at ac1b92
1 change: 1 addition & 0 deletions third-party/z3
Submodule z3 added at 517d90

0 comments on commit d20046c

Please sign in to comment.