[Lldb-commits] [PATCH] D78242: [lldb/Docs] Add some more info about the test suite layout
Konrad Wilhelm Kleine via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 20 22:45:53 PDT 2020
kwk added a comment.
I've marked some mistakes that were not addressed yet but are marked as "Done".
================
Comment at: lldb/docs/resources/test.rst:86
+
+API tests are located under ``lldb/test/API``. Thy are run with the
+``dotest.py``. Tests are written in Python and test binaries (inferiors) are
----------------
kwk wrote:
> s/Thy/They
Not done yet.
================
Comment at: lldb/docs/resources/test.rst:94
+The test directory will always contain a python file, starting with ``Test``.
+Most of the tests are structured as a binary begin debugged, so there will be
+one or more sources file and a Makefile.
----------------
kwk wrote:
> s/begin/being
Not done yet.
================
Comment at: lldb/docs/resources/test.rst:95
+Most of the tests are structured as a binary begin debugged, so there will be
+one or more sources file and a Makefile.
----------------
kwk wrote:
> s/sources/source
> s/file/files
Not done yet.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78242/new/
https://reviews.llvm.org/D78242
More information about the lldb-commits
mailing list