jack-ullery / AppAnvil

Graphical user interface for the AppArmor security module (in-progress)
GNU General Public License v3.0
16 stars 12 forks source link

Fix broken tests #76

Closed jack-ullery closed 10 months ago

jack-ullery commented 10 months ago

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.