Skip to content

Commit

Permalink
Add LoopTermination and TerminationPreprocessing to goblint_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 13, 2023
1 parent f18fe58 commit aef46ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/goblint_lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ module RelationPriv = RelationPriv
module ThreadEscape = ThreadEscape
module PthreadSignals = PthreadSignals
module ExtractPthread = ExtractPthread
module LoopTermination = LoopTermination

(** {2 Longjmp}
Expand Down Expand Up @@ -338,6 +339,7 @@ module Tracing = Tracing
module Preprocessor = Preprocessor
module CompilationDatabase = CompilationDatabase
module MakefileUtil = MakefileUtil
module TerminationPreprocessing = TerminationPreprocessing

(** {2 Witnesses}
Expand Down

0 comments on commit aef46ce

Please sign in to comment.