-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from mbarbin/reduce-deps
Reduce dependencies in testing libs
- Loading branch information
Showing
5 changed files
with
11 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,10 @@ | ||
(library | ||
(name eio_test_providers) | ||
(public_name provider-dev.eio_test_providers) | ||
(inline_tests) | ||
(flags | ||
:standard | ||
-w | ||
+a-4-40-41-42-44-45-48-66 | ||
-warn-error | ||
+a | ||
-open | ||
Base | ||
-open | ||
Expect_test_helpers_base) | ||
(libraries | ||
base | ||
eio | ||
expect_test_helpers_core.expect_test_helpers_base | ||
test_interfaces | ||
provider | ||
unix) | ||
(flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a -open Base) | ||
(libraries base eio provider test_interfaces) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(lint | ||
(pps ppx_js_style -check-doc-comments)) | ||
(preprocess | ||
(pps | ||
-unused-code-warnings=force | ||
ppx_compare | ||
ppx_enumerate | ||
ppx_expect | ||
ppx_hash | ||
ppx_here | ||
ppx_let | ||
ppx_sexp_conv | ||
ppx_sexp_value))) | ||
(preprocess no_preprocessing)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,10 @@ | ||
(library | ||
(name test_interfaces) | ||
(public_name provider-tests.test_interfaces) | ||
(inline_tests) | ||
(flags | ||
:standard | ||
-w | ||
+a-4-40-41-42-44-45-48-66 | ||
-warn-error | ||
+a | ||
-open | ||
Base | ||
-open | ||
Expect_test_helpers_base) | ||
(libraries base expect_test_helpers_core.expect_test_helpers_base provider) | ||
(flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a -open Base) | ||
(libraries base provider) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(lint | ||
(pps ppx_js_style -check-doc-comments)) | ||
(preprocess | ||
(pps | ||
-unused-code-warnings=force | ||
ppx_compare | ||
ppx_enumerate | ||
ppx_expect | ||
ppx_hash | ||
ppx_here | ||
ppx_let | ||
ppx_sexp_conv | ||
ppx_sexp_value))) | ||
(preprocess no_preprocessing)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,10 @@ | ||
(library | ||
(name test_providers) | ||
(public_name provider-tests.test_providers) | ||
(inline_tests) | ||
(flags | ||
:standard | ||
-w | ||
+a-4-40-41-42-44-45-48-66 | ||
-warn-error | ||
+a | ||
-open | ||
Base | ||
-open | ||
Expect_test_helpers_base) | ||
(libraries | ||
base | ||
expect_test_helpers_core.expect_test_helpers_base | ||
test_interfaces | ||
provider | ||
unix) | ||
(flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a -open Base) | ||
(libraries base provider test_interfaces unix) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(lint | ||
(pps ppx_js_style -check-doc-comments)) | ||
(preprocess | ||
(pps | ||
-unused-code-warnings=force | ||
ppx_compare | ||
ppx_enumerate | ||
ppx_expect | ||
ppx_hash | ||
ppx_here | ||
ppx_let | ||
ppx_sexp_conv | ||
ppx_sexp_value))) | ||
(preprocess no_preprocessing)) |