Skip to content

Commit

Permalink
tasks and tests, first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max committed Aug 10, 2023
1 parent 0617cf9 commit 1bc6d0b
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This framework consists of a number of libraries and executables for testing unt

The following components are included in the package:

{!modules: Ast_check Stdlib_variants Test_lib Common}
{!modules: Ast_check Stdlib_variants Test_lib Test_runner Common}
14 changes: 14 additions & 0 deletions src/test-runner/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(library
(name test_runner)
(public_name less-power.test-runner)
(modules (:standard \ test_runner_bin))
(libraries
common ast_check
fileutils unix mtime mtime.clock.os threads fmt))

; temporary: TODO, remove this
(executable
(name test_runner_bin)
(public_name lp-test-runner)
(modules test_runner_bin)
(libraries common test_runner fmt fileutils))
Loading

0 comments on commit 1bc6d0b

Please sign in to comment.