1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00
This commit is contained in:
Guillaume Chatelet 2019-01-17 15:12:01 +01:00
parent 29148fffac
commit 718647ac24

View File

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