From 93bf289d04b1f029787f51824fbc42136a8285b0 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 15 Sep 2023 02:02:57 +0200 Subject: shared_memory posix impl --- build_and_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_and_test.sh') diff --git a/build_and_test.sh b/build_and_test.sh index bd347f2..28e05ed 100644 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -172,7 +172,7 @@ if [ $? -ne 0 ]; then exit 1 fi -$COMPILEPP ${FLAGS} \ +$COMPILE ${FLAGS} \ ${FLAG_EXE}"build/test_interprocess${EXE_POSTFIX}" \ "build/kit${OBJ_POSTFIX}" \ "source/tests/test_interprocess.c" \ -- cgit v1.2.3