brintos

brintos / llvm-project-archived public Read only

0
0
Text · 262 B · 37c3681 Raw
7 lines · plain
1## Tests that the LIT_CURRENT_TESTCASE variable is set to the name of the currently executing testcase2 3## Check default environment.4# RUN: bash -c 'echo $LIT_CURRENT_TESTCASE' | FileCheck --match-full-lines %s5#6# CHECK: shtest-env :: env-current-testcase.txt7