Lines Matching full:suite
1 # Fortran Tests in the LLVM Test Suite
9 The [LLVM Test Suite](https://github.com/llvm/llvm-test-suite) is a
11 first-time users read through [LLVM Test Suite
13 organizational structure of the test suite and how to run it.
15 ## Running the LLVM test-suite with Fortran
26 <path to llvm-test-suite>
29 This will configure the test-suite to run only the Fortran tests which
36 [here](https://github.com/llvm/llvm-test-suite/blob/main/Fortran/gfortran/README.md#usage).
46 We recently added CMake hooks into the LLVM Test Suite to support
70 Tests from the gfortran test suite have been imported into the LLVM Test Suite.
71 The tests will be run automatically if the test suite is built following the
72 instructions described [above](#running-the-llvm-test-suite-with-fortran).
75 [`Fortran/gfortran/README.md`](https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran/R…