[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 28 Jul 2020 17:57:00 +0000 (10:57 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 28 Jul 2020 18:05:52 +0000 (11:05 -0700)
commitacca2980a33e182dd6f4c71554ff2130f260463e
tree8b3ec0f237f396331f07857fb271c70a888fd354
parenta5b89c285329dbf160d501bf81fcc3765fde219d
[libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h.
14 files changed:
libc/test/CMakeLists.txt
libc/test/ErrnoSetterMatcher.h [moved from libc/utils/UnitTest/ErrnoSetterMatcher.h with 84% similarity]
libc/test/src/signal/CMakeLists.txt
libc/test/src/signal/sigaction_test.cpp
libc/test/src/signal/sigaddset_test.cpp
libc/test/src/signal/sigdelset_test.cpp
libc/test/src/signal/sigfillset_test.cpp
libc/test/src/signal/signal_test.cpp
libc/test/src/signal/sigprocmask_test.cpp
libc/test/src/sys/mman/linux/CMakeLists.txt
libc/test/src/sys/mman/linux/mmap_test.cpp
libc/test/src/unistd/CMakeLists.txt
libc/test/src/unistd/write_test.cpp
libc/utils/UnitTest/CMakeLists.txt