We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e9001 commit 7347319Copy full SHA for 7347319
scripts/goblint-lib-modules.py
@@ -8,6 +8,7 @@
8
9
goblint_lib_paths = [
10
src_root_path / "goblint_lib.ml",
11
+ src_root_path / "constraint" / "goblint_constraint.ml",
12
src_root_path / "solver" / "goblint_solver.ml",
13
src_root_path / "util" / "std" / "goblint_std.ml",
14
]
0 commit comments