summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 8da5e7d..cc16cc8 100755
--- a/test.sh
+++ b/test.sh
@@ -2,7 +2,7 @@
mkdir test || true
pushd test > /dev/null
cmake ..
-cmake --build .
-find -type f -executable -name lock\* -exec {} 100 0 \;
+cmake --build . --parallel $(nproc)
+find -type f -executable -name lock\* -exec '{}' 100 0 \;
popd > /dev/null
rm -rf test \ No newline at end of file