1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:07:34 +00:00

Tests/AK: Add FuzzyMatch tests

This commit is contained in:
Tim Ledbetter 2023-10-06 18:32:44 +01:00 committed by Andreas Kling
parent e4fddc75f8
commit bf75ecdcf7
2 changed files with 71 additions and 0 deletions

View file

@ -32,6 +32,7 @@ set(AK_TEST_SOURCES
TestFloatingPointParsing.cpp
TestFlyString.cpp
TestFormat.cpp
TestFuzzyMatch.cpp
TestGenericLexer.cpp
TestHashFunctions.cpp
TestHashMap.cpp