[all-commits] [llvm/llvm-project] 5b24c0: [libc] Move all tests to a top level `test` direct...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Jan 6 10:25:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b24c088171d3bd7a8ff559c82926e5d4b04f032
      https://github.com/llvm/llvm-project/commit/5b24c088171d3bd7a8ff559c82926e5d4b04f032
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/config/linux/x86_64/CMakeLists.txt
    R libc/config/linux/x86_64/syscall_test.cpp
    M libc/docs/source_layout.rst
    M libc/src/errno/CMakeLists.txt
    R libc/src/errno/errno_test.cpp
    M libc/src/string/CMakeLists.txt
    M libc/src/string/strcat/CMakeLists.txt
    R libc/src/string/strcat/strcat_test.cpp
    M libc/src/string/strcpy/CMakeLists.txt
    R libc/src/string/strcpy/strcpy_test.cpp
    M libc/src/sys/mman/CMakeLists.txt
    R libc/src/sys/mman/mmap_test.cpp
    A libc/test/CMakeLists.txt
    A libc/test/config/CMakeLists.txt
    A libc/test/config/linux/CMakeLists.txt
    A libc/test/config/linux/x86_64/CMakeLists.txt
    A libc/test/config/linux/x86_64/syscall_test.cpp
    A libc/test/src/CMakeLists.txt
    A libc/test/src/errno/CMakeLists.txt
    A libc/test/src/errno/errno_test.cpp
    A libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcat_test.cpp
    A libc/test/src/string/strcpy_test.cpp
    A libc/test/src/sys/CMakeLists.txt
    A libc/test/src/sys/mman/CMakeLists.txt
    A libc/test/src/sys/mman/mmap_test.cpp

  Log Message:
  -----------
  [libc] Move all tests to a top level `test` directory.

A toplevel target, `check-libc` has also been added.

Reviewers: abrachet, phosek

Tags: #libc-project

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




More information about the All-commits mailing list