[libc] add tests to WrapperGen
authorMichael Jones <michaelrj@google.com>
Thu, 19 Nov 2020 21:11:42 +0000 (21:11 +0000)
committerMichael Jones <michaelrj@google.com>
Fri, 4 Dec 2020 18:14:17 +0000 (18:14 +0000)
commite60f2cbd0cd8db134e998ba3764cfe59951b4b1d
tree12f12a00fa6d0c2b7a0bc5429ebe2a4f261d42d8
parent9cf4f493a72ff16ddaf1556b4ca0fec9d8c83da6
[libc] add tests to WrapperGen

This adds an initial test that can serve as a basis for other tests on
wrappergen.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D92137
libc/test/utils/CMakeLists.txt
libc/test/utils/tools/CMakeLists.txt [new file with mode: 0644]
libc/test/utils/tools/WrapperGen/CMakeLists.txt [new file with mode: 0644]
libc/test/utils/tools/WrapperGen/testapi.td [new file with mode: 0644]
libc/test/utils/tools/WrapperGen/wrappergen_test.cpp [new file with mode: 0644]