libomp/runtest.sh

9 lines
172 B
Bash
Raw Normal View History

2018-03-28 06:01:07 +00:00
#!/bin/bash
set -x
lit -v --config-prefix clang /usr/share/libomp/src/runtime/test
fail=$?
lit -v --config-prefix gcc /usr/share/libomp/src/runtime/test
exit $fail || $?