mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Fix running tests
This commit is contained in:
@ -105,7 +105,6 @@ function integrate() {
|
|||||||
for test_binary in ${BUILD_DIR}/test/*_test; do
|
for test_binary in ${BUILD_DIR}/test/*_test; do
|
||||||
${RUN_CMD} ${test_binary} &
|
${RUN_CMD} ${test_binary} &
|
||||||
done
|
done
|
||||||
wait -n
|
|
||||||
${RUN} ${DEMO}
|
${RUN} ${DEMO}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user