summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2022-03-12 21:15:57 -0800
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-03-13 19:08:58 -0700
commit02b2f2787a6497f575fe52b7e689dc12d20f8157 (patch)
treee3e54ade5a5ce23cbeb4ce770496002fa036ae34 /Tests
parentc575710e5ef21657aaa72fb0d656e5fd3d226740 (diff)
downloadserenity-02b2f2787a6497f575fe52b7e689dc12d20f8157.zip
Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp
Rename to create a new generic test group for the AK memory APIs.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/AK/CMakeLists.txt2
-rw-r--r--Tests/AK/TestMemory.cpp (renamed from Tests/AK/TestMemMem.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Tests/AK/CMakeLists.txt b/Tests/AK/CMakeLists.txt
index 7a62045a7e..a7314da56d 100644
--- a/Tests/AK/CMakeLists.txt
+++ b/Tests/AK/CMakeLists.txt
@@ -41,7 +41,7 @@ set(AK_TEST_SOURCES
TestLEB128.cpp
TestLexicalPath.cpp
TestMACAddress.cpp
- TestMemMem.cpp
+ TestMemory.cpp
TestMemoryStream.cpp
TestNeverDestroyed.cpp
TestNonnullRefPtr.cpp
diff --git a/Tests/AK/TestMemMem.cpp b/Tests/AK/TestMemory.cpp
index f4dd0a3e52..f4dd0a3e52 100644
--- a/Tests/AK/TestMemMem.cpp
+++ b/Tests/AK/TestMemory.cpp