Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 83e296f

Browse files
committed
Add some notes on the MultiSource/Examples dir.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@111458 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2c6c5c0 commit 83e296f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
This example shows how to generate multiple numeric results from a single tests.
2+
3+
The test is expected to create an output file:
4+
Output/FOO.extra-results.txt
5+
where FOO is the tests' name.
6+
7+
The format of the file should be one result per line, with each line in the
8+
form:
9+
--
10+
Result-SomeName: NNN.NNN
11+
--
12+
where SomeName is the name that will be given to the pseudo-test created for the
13+
result, and NNN.NNN is the value for the result.
14+
15+
There is currently no support for assocating a pass/fail indicator with subtest
16+
results.

MultiSource/Examples/README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This directory contains examples of how programs can be integrated into the LLVM
2+
test-suite infrastructure.

0 commit comments

Comments
 (0)