Some of the changes made in recent PRs have broken the unit tests, and I was too lazy to fix them. This should update the unit tests to work with those changes.
I also changed how the tests are built/run. Now they can be built and run automatically using make test. Previously, that command would only build the tests. Additionally, the tests are now compatible with CTest.
Some of the changes made in recent PRs have broken the unit tests, and I was too lazy to fix them. This should update the unit tests to work with those changes.
I also changed how the tests are built/run. Now they can be built and run automatically using
make test
. Previously, that command would only build the tests. Additionally, the tests are now compatible with CTest.