summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
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" \