llvm/tests/tests.yml

23 lines
551 B
YAML
Raw Permalink Normal View History

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- llvm-test
2019-07-11 15:19:10 +00:00
- rust
- cargo
# The build-compat test requires mock.
- mock
tests:
- regression-tests:
dir: ./
run: /usr/libexec/tests/llvm/run-lit-tests --threads 1
2019-07-11 15:19:10 +00:00
- rust-sanity:
dir: ./
run: cargo new hello && cd hello && cargo run
# This test ensures that the spec file still builds correctly with
# %global compat_build 1
- build-compat