summaryrefslogtreecommitdiff
path: root/Tests/AK/TestEnumBits.cpp
AgeCommit message (Collapse)Author
2021-07-16AK/Tests: Add test for EnumBits has_any_flag()Timothy
This test will pass when any flag in the mask is present in the value.
2021-07-16AK/Tests: Add test for EnumBits has_flag()Timothy
This test requires that all values in the mask are present in the value as well.
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro