Skip to content

Commit

Permalink
Add missing module definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschrammel committed Jun 5, 2018
1 parent 724a36c commit 103c7b7
Show file tree
Hide file tree
Showing 29 changed files with 140 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jbmc/unit/java-testing-utils/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
goto-programs
java_bytecode
java-testing-utils
langapi # should go away
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ci_lazy_methods
java-testing-utils
testing-utils
4 changes: 4 additions & 0 deletions jbmc/unit/java_bytecode/goto-programs/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
goto-programs
java-testing-utils
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
goto_program_generics
java-testing-utils
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
inherited_static_fields
java-testing-utils
testing-utils
util
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
java-testing-utils
testing-utils
java_bytecode
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
goto-programs
java_bytecode
java_bytecode_convert_method
java-testing-utils
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
java_bytecode_parse_generics
java-testing-utils
testing-utils
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
java_bytecode
java_bytecode_parse_lambdas
java-testing-utils
langapi # should go away
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
java_bytecode
java_object_factory
langapi # should go away
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
goto-instrument
goto-programs
java_bytecode
java_replace_nondet
java-testing-utils
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
java_bytecode
java_string_library_preprocess
langapi # should go away
testing-utils
util
3 changes: 3 additions & 0 deletions jbmc/unit/java_bytecode/java_types/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
java_bytecode
java_types
testing-utils
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
goto-instrument
goto-programs
java_bytecode
java_virtual_functions
java-testing-utils
testing-utils
util
2 changes: 2 additions & 0 deletions jbmc/unit/java_bytecode/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java_bytecode
testing-utils
6 changes: 6 additions & 0 deletions jbmc/unit/pointer-analysis/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
goto-programs
java_bytecode
langapi # should go away
pointer-analysis
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
java_bytecode
langapi # should go away
solvers/refinement
solvers/sat
string_constraint_instantiation
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
java_bytecode
langapi # should go away
string_refinement
solvers/refinement
testing-utils
util
4 changes: 4 additions & 0 deletions jbmc/unit/util/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
java_bytecode
java-testing-utils
testing-utils
util
5 changes: 5 additions & 0 deletions unit/analyses/ai/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ai
analyses
ansi-c
testing-utils
util
6 changes: 6 additions & 0 deletions unit/analyses/does_remove_const/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
analyses
ansi-c
does_remove_const
goto-programs
testing-utils
util
6 changes: 6 additions & 0 deletions unit/analyses/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
analyses
ansi-c
goto-programs
langapi # should go away
testing-utils
util
15 changes: 15 additions & 0 deletions unit/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ansi-c
cbmc
cpp
goto-programs
goto-symex
json
langapi # should go away
solvers/flattening
solvers/floatbv
solvers/miniBDD
solvers/prop
solvers/sat
solvers/smt2
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
solvers/refinement
string_constraint_generator_valueof
testing-utils
util
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
solvers/refinement
string_refinement
testing-utils
util
3 changes: 3 additions & 0 deletions unit/testing-utils/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ansi-c
testing-utils
util
3 changes: 3 additions & 0 deletions unit/util/expr_cast/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
expr_casts
testing-utils
util
2 changes: 2 additions & 0 deletions unit/util/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
testing-utils
util
3 changes: 3 additions & 0 deletions unit/util/string_utils/module_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
string_utils
testing-utils
util

0 comments on commit 103c7b7

Please sign in to comment.