Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Unit testing with GoogleTest

Muhammad Osama edited this page Dec 25, 2021 · 2 revisions

I cannot do a better job at describing GoogleTest than the people that work on GoogleTest. Please refer to their documentation for more information. As for examples within essentials, you can refer to unittests directory to see how things are configured. An example test you can look at is; unittests/container/array.cuh, please add an #include to your test to the unittests.hxx header file for it actually compile and run.

Getting Started

Experimentals

Developers

Debugging, Profiling and Testing

Tutorials

Design Choices

Utilities and Tools

Performance Optimizations

Random, weird or fun things

Continuous integration (CI)

Clone this wiki locally