Skip to content

willdoescode/natcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nat C++

demo

Adding arg parse lib

Download latest release from here put .hpp file in include/CLI11.hpp

Testing

cd tests

./run_tests.sh

Writing tests

  1. Add test function to tests/main.cpp
  2. Update run_tests.sh to include new cpp files to link
  3. Run run_tests.sh to make sure everything passes