Skip to content

ricky85ps/kmbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake

kEmbedded library (kmbd)

This library shall support functionality specialized to embedded systems. Test cases are also checked in. If you want to run these, you can build it using make and run kmbd/Debug/kEmbeddedLib.

The library is tested using Catch v2.1.1 testing library, which is only a single headerfile named catch.hpp

Running the test cases

This is done with the usual CMake steps:

mkdir myBuildFolder
cd myBuildFolder
cmake ..
cmake --build .
ctest

About

kEmbedded library which shall support functionality specialized to embedded systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors