Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 305 Bytes

File metadata and controls

13 lines (10 loc) · 305 Bytes

Using Testcontainers C++ in Google Test

Demonstrates usage of Testcontainers C++ in Google Test. See test.cpp for the code.

Run the demo

cmake -S . -B /tmp/tc-native
cmake --build /tmp/tc-native/
ctest --output-on-failure -R Class