From 7a889fd7fb01023b6ad4f673a4693742c9e05cdd Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 19 Sep 2023 14:44:12 +0200 Subject: shared mutex fixes --- build_and_test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build_and_test.sh') diff --git a/build_and_test.sh b/build_and_test.sh index 4133639..d1a6484 100644 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -223,6 +223,7 @@ else STATUS=1 fi +./build/test_interprocess clean ./build/test_interprocess reader & ./build/test_interprocess writer if [ $? -eq 0 ]; then -- cgit v1.2.3