[all-commits] [llvm/llvm-project] e73fa2: [libc] Actually run integration tests.

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Apr 20 13:11:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e73fa20a637cfd8a3cb49f429b14561929fb2b58
      https://github.com/llvm/llvm-project/commit/e73fa20a637cfd8a3cb49f429b14561929fb2b58
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake

  Log Message:
  -----------
  [libc] Actually run integration tests.

After the switch to `add_custom_target` to run integration tests, most
of them were not actually being run because of the difference in the way
the COMMAND value is treated between `add_custom_target` and
`add_custom_command`. This patch gets the integration tests to run
again by passing the correct set of arguments to `add_custom_target`.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D148786




More information about the All-commits mailing list