Skip to content

Commit

Permalink
Update dune file for alt-ergo-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Dec 5, 2018
1 parent 9a75345 commit 0ac82db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion non-regression/non-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ echo "==========================================================================
echo "[ WITH FM-SIMPLEX ]"
echo "===============================================================================================";
echo "===============================================================================================";
./main_script.sh "-inequalities-plugin `pwd`/../sources/_build/install/default/fm-simplex-plugin.cmxs"
./main_script.sh "-inequalities-plugin `pwd`/../sources/_build/install/default/share/plugins/fm-simplex-plugin.cmxs"

8 changes: 4 additions & 4 deletions sources/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
; modules that make up the lib
(modules
; frontend
Cnf Frontend Parsed_interface Triggers Typechecker
Cnf Frontend Parsed_interface Typechecker
; reasoners
Ac Arith Arrays Bitv Ccx Combine Enum Fun_sat Inequalities
Instances IntervalCalculus Intervals Ite Matching Matching_types
Polynome Records Satml_frontend_hybrid Satml_frontend Satml
Sat_solver Sat_solver_sig Sig Theory Uf Use
; structures
Commands Errors Exception Explanation Formula Fpa_rounding
Literal Parsed Profiling Satml_types Symbols
Term Tliteral Ty Typed
Commands Errors Exception Explanation Fpa_rounding
Parsed Profiling Satml_types Symbols
Expr Var Ty Typed Xliteral
; util
Config Emap Gc_debug Hconsing Hstring Iheap Lists Loc
MyDynlink MyUnix Numbers NumsNumbers NumbersInterface
Expand Down

0 comments on commit 0ac82db

Please sign in to comment.