lld/tests/tests.yml
Troy Dawson 89ffb7614e RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/lld#aa6e69df60747496f8f22121ae8cc605c9d3498a
2020-11-16 13:11:18 -08:00

19 lines
414 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- lld
- clang
- gcc
- lld-test
tests:
- basic:
dir: ./
run: echo "int main(){ return 0; }" | clang -x c -fuse-ld=lld -
- gcc-compat-basic:
dir: ./
run: echo "int main(){ return 0; }" | gcc -x c -fuse-ld=lld -
- lit-tests