Skip to content

Commit 7347319

Browse files
committed
Add goblint.constraint to goblint-lib-modules.py check
1 parent 61e9001 commit 7347319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/goblint-lib-modules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
goblint_lib_paths = [
1010
src_root_path / "goblint_lib.ml",
11+
src_root_path / "constraint" / "goblint_constraint.ml",
1112
src_root_path / "solver" / "goblint_solver.ml",
1213
src_root_path / "util" / "std" / "goblint_std.ml",
1314
]

0 commit comments

Comments
 (0)