diff --git a/command_rpc/test/bin/dune b/command_rpc/test/bin/dune index 60bf69d..ff0f95b 100644 --- a/command_rpc/test/bin/dune +++ b/command_rpc/test/bin/dune @@ -1,3 +1,3 @@ -(executables (names main) - (libraries async core command_rpc command_rpc_test_protocol) - (preprocess (pps ppx_jane))) \ No newline at end of file +; (executables (names main) +; (libraries async core command_rpc command_rpc_test_protocol) +; (preprocess (pps ppx_jane))) \ No newline at end of file diff --git a/command_rpc/test/protocol/dune b/command_rpc/test/protocol/dune index d8f5fa4..bac6570 100644 --- a/command_rpc/test/protocol/dune +++ b/command_rpc/test/protocol/dune @@ -1,2 +1,2 @@ -(library (name command_rpc_test_protocol) - (libraries async command_rpc core streamable) (preprocess (pps ppx_jane))) \ No newline at end of file +; (library (name command_rpc_test_protocol) +; (libraries async command_rpc core streamable) (preprocess (pps ppx_jane))) \ No newline at end of file diff --git a/command_rpc/test/src/dune b/command_rpc/test/src/dune index e670f04..c408580 100644 --- a/command_rpc/test/src/dune +++ b/command_rpc/test/src/dune @@ -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))) \ No newline at end of file +; (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))) \ No newline at end of file