lld/tests/lit-tests/test.sh
2021-11-16 13:44:24 +01:00

8 lines
114 B
Bash
Executable File

set -eux
if ! id -u lld; then
useradd lld
fi
su lld -c 'bash /usr/libexec/tests/lld/run-lit-tests --threads 1'