google test: Infrastructure and first api test. (#5548)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 2 Dec 2020 00:30:33 +0000 (16:30 -0800)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 00:30:33 +0000 (16:30 -0800)
commita87df2bb60a8739d4eb24b60efca79f8d2b7d806
treee84ca95fec9a2eaf992ba7e6f8426f53a2b3bccc
parent798644e64f438f320577a444110744041e39d1ff
google test: Infrastructure and first api test. (#5548)

This sets up the infrastructure for migrating unit tests from CxxTest to
Google Test. It further migrates api/datatype_api_black to the new
infrastructure.
18 files changed:
.github/workflows/ci.yml
CMakeLists.txt
INSTALL.md
test/unit/CMakeLists.txt
test/unit/api/CMakeLists.txt
test/unit/api/datatype_api_black.cpp [new file with mode: 0644]
test/unit/api/datatype_api_black.h [deleted file]
test/unit/base/CMakeLists.txt
test/unit/context/CMakeLists.txt
test/unit/expr/CMakeLists.txt
test/unit/main/CMakeLists.txt
test/unit/parser/CMakeLists.txt
test/unit/preprocessing/CMakeLists.txt
test/unit/printer/CMakeLists.txt
test/unit/prop/CMakeLists.txt
test/unit/test_api.h [new file with mode: 0644]
test/unit/theory/CMakeLists.txt
test/unit/util/CMakeLists.txt