Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 435 Bytes

File metadata and controls

19 lines (13 loc) · 435 Bytes

Demo - Generic Container on Testcontainers C

Demonstrates usage of the generic container API provided by the Testcontainers C library. In this demo, we do not use any module SDKs or test frameworks, just a simple main() function.

Running demo

From the root of the repository:

cmake .
cmake --build .
cd demo/generic-container
./demo_generic_container.out

Sample output

Sample Output