libaac-next/source/tests
wrapper 1f40310ad8
Some checks are pending
C++ CI / build (push) Waiting to run
C++ CI / test (push) Blocked by required conditions
C++ CI / check (push) Blocked by required conditions
first steps
2025-08-05 21:27:47 +07:00
..
libaac first steps 2025-08-05 21:27:47 +07:00
CMakeLists.txt first steps 2025-08-05 21:27:47 +07:00
README.md Initial commit 2025-08-04 21:18:27 +07:00

Enabling Tests based on googletest

cmake-init will not ship with the sources required to build the tests. Instead, any developer is asked to install a source release of googletest on their machine.

Official Sources

Ubuntu Package

On ubuntu, a compatible release of googletest can be installed using the package libgmock-dev:

> sudo apt install libgmock-dev