Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion otherlibs/stdune/test/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name stdune_unit_tests)
(modules :standard \ path_external_build_tests)
(modules :standard \ path_external_build_tests path_tests)
(inline_tests
(deps
(source_tree ../unit-tests/findlib-db)
Expand All @@ -18,6 +18,21 @@
(preprocess
(pps ppx_expect)))

(library
(name stdune_path_tests)
(modules path_tests)
(inline_tests)
(libraries
stdune
dune_tests_common
unix
ppx_expect.config
ppx_expect.config_types
base
ppx_inline_test.config)
(preprocess
(pps ppx_expect)))

(library
(name stdune_external_build_tests)
(modules path_external_build_tests)
Expand Down
Loading