-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4147d65
commit ecd8e0e
Showing
3 changed files
with
9 additions
and
9 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,3 +1,3 @@ | ||
(executables (names main) | ||
(libraries async core command_rpc command_rpc_test_protocol) | ||
(preprocess (pps ppx_jane))) | ||
; (executables (names main) | ||
; (libraries async core command_rpc command_rpc_test_protocol) | ||
; (preprocess (pps ppx_jane))) |
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,2 +1,2 @@ | ||
(library (name command_rpc_test_protocol) | ||
(libraries async command_rpc core streamable) (preprocess (pps ppx_jane))) | ||
; (library (name command_rpc_test_protocol) | ||
; (libraries async command_rpc core streamable) (preprocess (pps ppx_jane))) |
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,4 +1,4 @@ | ||
(library (name command_rpc_test) | ||
(libraries async command_rpc command_rpc_test_protocol core | ||
expect_test_helpers_async expect_test_helpers_core) | ||
(preprocess (pps ppx_jane))) | ||
; (library (name command_rpc_test) | ||
; (libraries async command_rpc command_rpc_test_protocol core | ||
; expect_test_helpers_async expect_test_helpers_core) | ||
; (preprocess (pps ppx_jane))) |