Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 274 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 274 Bytes

af_ktls-test

This is a test suite for the AF_KTLS linux module, using the google test framework. The tests are all written in C, although the framework is written in C++.

Build instructions:
mkdir build && cd build
cmake ..
make
./runTests