To compile the program, run make
The program will be placed in the bin directory. cd to bin, then execute the program like so:
./ModularMadness
To compile the test suite, run make tests
You can execute the test suite by going into the bin directory and running ```
./tests
The test named example in the ModularMadnessTest test fixture exercises the example provided in the original task specification.
- Implement cyclic graphs
- Implement signal summing for multiple inputs
- Limit output strings to sixteen times the number of input strings
- Add license file and license boilerplate blocks to source code