summaryrefslogtreecommitdiff
path: root/Meta/check-ak-test-files.sh
AgeCommit message (Collapse)Author
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-12-24Meta: Verify all AK test files are listed in CMakeLenny 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`.