[PATCH] D103354: [test-suite] Decouple Fortran tests from C/C++ tests.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 30 18:46:03 PDT 2021
Meinersbur added a comment.
I suggest to put each test into its own directly, i.e. the hello test into `Fortran/UnitTests/hello`. This would allow selecting each test separately using `TEST_SUITE_SUBDIRS` (instead of having to select all Fortran UnitTests/Benchmarks at the same time) and each test can itself decide whether it is using `llvm_singlesource()` or `llvm_multisource()`.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103354/new/
https://reviews.llvm.org/D103354
More information about the llvm-commits
mailing list