Closed tap closed 9 years ago
Something is in place -- now we just need to start moving code out of the example program and into individual unit test programs.
@nwolek When you have some moments to carve away... Would you be willing to take a look at (build and run) the project in tests/Dcblocker
?
I just opened the project and it builds and runs here. No warnings, so I think it was successful.Where do the logs go? Without them, it feels like there is very little feedback to the user/developer.
This one doesn't fail any more because I changed the reference impulse response used for comparisons.
A few ways to see the results:
build and run
the "UnitTest" targetbuild
the "UnitTest-Make" target (failures will show up as errors)make test
in the Dcblocker folder or at the top level (to run all tests)
What would be the steps to closing this issue?