From 4aaee239211a5287fbc361c0eb158b105ae8c8db Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Mon, 20 Nov 2023 14:54:37 -0500 Subject: test: add ipc test to test multiprocess type conversion code Add unit test to test IPC method calls and type conversion between bitcoin c++ types and capnproto messages. Right now there are custom type hooks in bitcoin IPC code, so the test is simple, but in upcoming commits, code will be added to convert bitcoin types to capnproto messages, and the test will be expanded. --- build_msvc/test_bitcoin/test_bitcoin.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_msvc') diff --git a/build_msvc/test_bitcoin/test_bitcoin.vcxproj b/build_msvc/test_bitcoin/test_bitcoin.vcxproj index de836bc01d..b5aa58057f 100644 --- a/build_msvc/test_bitcoin/test_bitcoin.vcxproj +++ b/build_msvc/test_bitcoin/test_bitcoin.vcxproj @@ -10,7 +10,7 @@ - + -- cgit v1.2.3