From fb6c9ff7f21e46edf8a7d72cc77769966a3f6a05 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 15 Sep 2023 15:17:24 +0200 Subject: shared_memory: win32 impl --- build_and_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_and_test.sh') diff --git a/build_and_test.sh b/build_and_test.sh index 28e05ed..4133639 100644 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -223,8 +223,8 @@ else STATUS=1 fi -./build/test_interprocess writer & -./build/test_interprocess reader +./build/test_interprocess reader & +./build/test_interprocess writer if [ $? -eq 0 ]; then echo "interprocess - OK" else -- cgit v1.2.3