Skip to content

Commit 103c7b7

Browse files
Add missing module definitions
1 parent 724a36c commit 103c7b7

File tree

29 files changed

+140
-0
lines changed

29 files changed

+140
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
goto-programs
2+
java_bytecode
3+
java-testing-utils
4+
langapi # should go away
5+
testing-utils
6+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ci_lazy_methods
2+
java-testing-utils
3+
testing-utils
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
goto-programs
2+
java-testing-utils
3+
testing-utils
4+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
goto_program_generics
2+
java-testing-utils
3+
testing-utils
4+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
inherited_static_fields
2+
java-testing-utils
3+
testing-utils
4+
util
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
java-testing-utils
22
testing-utils
33
java_bytecode
4+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
goto-programs
2+
java_bytecode
3+
java_bytecode_convert_method
4+
java-testing-utils
5+
testing-utils
6+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
java_bytecode_parse_generics
2+
java-testing-utils
3+
testing-utils
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
java_bytecode
2+
java_bytecode_parse_lambdas
3+
java-testing-utils
4+
langapi # should go away
5+
testing-utils
6+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
java_bytecode
2+
java_object_factory
3+
langapi # should go away
4+
testing-utils
5+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
goto-instrument
2+
goto-programs
3+
java_bytecode
4+
java_replace_nondet
5+
java-testing-utils
6+
testing-utils
7+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
java_bytecode
2+
java_string_library_preprocess
3+
langapi # should go away
4+
testing-utils
5+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
java_bytecode
2+
java_types
3+
testing-utils
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
goto-instrument
2+
goto-programs
3+
java_bytecode
4+
java_virtual_functions
5+
java-testing-utils
6+
testing-utils
7+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
java_bytecode
2+
testing-utils
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
goto-programs
2+
java_bytecode
3+
langapi # should go away
4+
pointer-analysis
5+
testing-utils
6+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
java_bytecode
2+
langapi # should go away
3+
solvers/refinement
4+
solvers/sat
5+
string_constraint_instantiation
6+
testing-utils
7+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
java_bytecode
2+
langapi # should go away
3+
string_refinement
4+
solvers/refinement
5+
testing-utils
6+
util
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
java_bytecode
2+
java-testing-utils
3+
testing-utils
4+
util
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ai
2+
analyses
3+
ansi-c
4+
testing-utils
5+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
analyses
2+
ansi-c
3+
does_remove_const
4+
goto-programs
5+
testing-utils
6+
util

unit/analyses/module_dependencies.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
analyses
2+
ansi-c
3+
goto-programs
4+
langapi # should go away
5+
testing-utils
6+
util

unit/module_dependencies.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ansi-c
2+
cbmc
3+
cpp
4+
goto-programs
5+
goto-symex
6+
json
7+
langapi # should go away
8+
solvers/flattening
9+
solvers/floatbv
10+
solvers/miniBDD
11+
solvers/prop
12+
solvers/sat
13+
solvers/smt2
14+
testing-utils
15+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
solvers/refinement
2+
string_constraint_generator_valueof
3+
testing-utils
4+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
solvers/refinement
2+
string_refinement
3+
testing-utils
4+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ansi-c
2+
testing-utils
3+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
expr_casts
2+
testing-utils
3+
util

unit/util/module_dependencies.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
testing-utils
2+
util
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
string_utils
2+
testing-utils
3+
util

0 commit comments

Comments
 (0)