Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-12-24 | Meta: Verify all AK test files are listed in CMake | Lenny Maiorani | |
Problem: - It is possible for a new test file to be added to the `AK/Tests` directory without being added to the corresponding `CMakeLists.txt`. This results in the tests not being run. Solution: - As part of CI linting, verify that all the `AK/Tests/Test*.cpp` files are mentioned in the `CMakeLists.txt`. |