Michael137 wrote: > Is there a way to run the tests under `lldb/test/API/` directory? `ninja > check-lldb` doesn't seem to run these tests on my linux machine. > > ``` > ./bin/llvm-lit -sv > <llvm-project-path>/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/ > > > Testing Time: 0.02s > > Total Discovered Tests: 1 > Unsupported: 1 (100.00%) > ```
Did you configure your build with `LLDB_INCLUDE_TESTS=ON` and `LLDB_INCLUDE_PYTHON=ON`? Those CMake variables are necessary to get the API tests to run https://github.com/llvm/llvm-project/pull/71928 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits