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.sh1
1 files changed, 1 insertions, 0 deletions
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