Skip to content

Commit

Permalink
Divided test in files (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Surer committed Jan 9, 2022
1 parent 0f55589 commit bc1e8b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/compil.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
open Utils
(* open Utils *)

(* ---------- Compilation tests ---------- *)
1 change: 1 addition & 0 deletions test/context.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
open Utils
open Core

(* ---------- Contextual tests ---------- *)

Expand Down
2 changes: 1 addition & 1 deletion test/exec.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
open Utils
(* open Utils *)

(* ---------- Execution tests ---------- *)
2 changes: 1 addition & 1 deletion test/test.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
open Utils

let%test_unit "ex1-parse" =
ignore @@ parse_file "../progs/ex1.kat"
ignore @@ parse_file "ex1.kat"



0 comments on commit bc1e8b9

Please sign in to comment.