summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-15 02:02:57 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-15 02:02:57 +0200
commit93bf289d04b1f029787f51824fbc42136a8285b0 (patch)
treea809e324bd294647dd9345b7e91bd9c9ab58e73a /build_and_test.sh
parentb2666b7ec2c923c2d33627f75d032eb4dbbf2937 (diff)
downloadkit-93bf289d04b1f029787f51824fbc42136a8285b0.zip
shared_memory posix impl
Diffstat (limited to 'build_and_test.sh')
-rw-r--r--build_and_test.sh2
1 files changed, 1 insertions, 1 deletions
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" \