Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Jan 4, 2024
1 parent 66602d6 commit 7bc8972
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 166 deletions.
6 changes: 6 additions & 0 deletions test/common/commonTest.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

let () =
let open Alcotest in
run "SATySFi-Util Test" [
("DependencyGraph", DependencyGraphTest.test_cases);
]
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@

open Main__Types
module ResultMonad = Main__ResultMonad
module TupleList = Main__TupleList


module DependencyGraph = Main__DependencyGraph


open MyUtil
module DG = DependencyGraph.Make(Int)


Expand Down Expand Up @@ -41,6 +34,7 @@ let pp_vertex ppf vertex =


let pp_vertex_set ppf vertices =
let pp_sep ppf () = Format.fprintf ppf ",@ " in
Format.fprintf ppf "%a" (Format.pp_print_list ~pp_sep pp_vertex) (DG.VertexSet.elements vertices)


Expand Down
5 changes: 5 additions & 0 deletions test/common/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(test
(name commonTest)
(libraries
satysfi-util
alcotest))
5 changes: 0 additions & 5 deletions test/misc/dune

This file was deleted.

7 changes: 0 additions & 7 deletions test/misc/miscTest.ml

This file was deleted.

146 changes: 0 additions & 146 deletions test/misc/packageConstraintSolverTest.ml

This file was deleted.

0 comments on commit 7bc8972

Please sign in to comment.