lld/tests/tests.yml
Petr Šabata 7bf0075934 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#5baec8dff67c12abc0448e72ca11142f76c03089
2020-10-15 18:24:39 +02:00

20 lines
455 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 -
# Causes filesystem issues on Fedora CI
# - lit-tests