mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
lit: Add some example tests for previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109071 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90eb4024ba
commit
2d4590d6fb
4
utils/lit/lit/ExampleTests/required-and-missing.c
Normal file
4
utils/lit/lit/ExampleTests/required-and-missing.c
Normal file
@ -0,0 +1,4 @@
|
||||
// This test shouldn't be run, the required feature is missing.
|
||||
//
|
||||
// RUN: false
|
||||
// REQUIRES: some-missing-feature-name
|
2
utils/lit/lit/ExampleTests/required-and-present.c
Normal file
2
utils/lit/lit/ExampleTests/required-and-present.c
Normal file
@ -0,0 +1,2 @@
|
||||
// RUN: true
|
||||
// REQUIRES: some-feature-name
|
Loading…
Reference in New Issue
Block a user