ahmed-alllam / AlphaLogos

Boolean Function Analyzer and Synthesis Optimization Tool
http://alpha-logos-1464863388.eu-west-3.elb.amazonaws.com/
MIT License
1 stars 0 forks source link

Create README.md for tests #4

Closed ahmed-alllam closed 1 year ago

ahmed-alllam commented 1 year ago

Is your feature request related to a problem? Please describe.

A simple guide that explains the unit testing framework will be very helpful to familiarize the team members with using it in the Test-driven development (TDD) workflow of the project.

Describe the solution you'd like

A complete guide to how to use unit tests with an example of a sample c++ function along with its unit tests as well as the instructions for compiling and running the tests. The testing framework that will be used throughout the project is Catch2.