Skip to content

Commit

Permalink
Remove lib_kind unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Lasson <marc.lasson@lexifi.com>
  • Loading branch information
mlasson committed May 9, 2019
1 parent dae0bdd commit 4551f0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 112 deletions.
10 changes: 0 additions & 10 deletions test/unit-tests/dune
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,6 @@
(run %{exe:expect_test.exe} %{t})
(diff? %{t} %{t}.corrected)))))

(alias
(name runtest)
(deps (:t lib_kind.mlt)
(glob_files %{project_root}/src/.dune.objs/byte/*.cmi)
(glob_files %{project_root}/src/stdune/.stdune.objs/byte/*.cmi))
(action (chdir %{project_root}
(progn
(run %{exe:expect_test.exe} %{t})
(diff? %{t} %{t}.corrected)))))

(alias
(name runtest)
(deps (:t string.mlt)
Expand Down
102 changes: 0 additions & 102 deletions test/unit-tests/lib_kind.mlt

This file was deleted.

0 comments on commit 4551f0f

Please sign in to comment.