pringscreem / FileCombiner

C++ program to combine multiple other C++ source files into one file by appending them to a single .cpp file
0 stars 0 forks source link

Find a test suite #11

Open pringscreem opened 3 months ago

pringscreem commented 3 months ago

Research possible test suites to use for unit testing. gtest is one option (we used it in school). Provide at least two options, preferably five.

pringscreem commented 3 months ago

Future issue: set up test suite