Displaying 2 results from an estimated 2 matches for "d21360".
Did you mean:
21360
2016 Nov 24
2
Running "different tests" on cmake based test-suite build
Hello Friends,
With configure based build deprecated on llvm, how can I run different
tests/pass on the suite
(http://llvm.org/docs/TestSuiteMakefileGuide.html#running-different-tests)?
Right now I am having a hacky solution, which includes running the
"still present" configure file of test-suite to generate the
MAKE.<MYPASS>.Makefile;
> cd external-testsuite-build-loc
2016 Nov 24
2
Running "different tests" on cmake based test-suite build
On 11/24/16 3:12 AM, Arnaud De Grandmaison via llvm-dev wrote:
>
> Hi Sandeep,
>
> The CMake version of the test-suite has been improved (see
> https://reviews.llvm.org/D21360) so that it’s easy to plug additional
> test suites. A starting point would be to look at how the
> TEST_SUITE_SUBDIRS variable in the top level CMakeLists.txt is used.
>
I think this bug report is about adding new programs to the test suite.
I don't think Sandeep is asking how to...