1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

Fix running tests

This commit is contained in:
Guillaume Chatelet 2019-01-17 15:07:52 +01:00
parent 1ee19cd683
commit 29148fffac

View File

@ -105,7 +105,6 @@ function integrate() {
for test_binary in ${BUILD_DIR}/test/*_test; do
${RUN_CMD} ${test_binary} &
done
wait -n
${RUN} ${DEMO}
}