libaac-next/source/tests/README.md
2025-08-04 21:18:27 +07:00

386 B

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