summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2021-08-08 21:05:34 +0300
committerAndreas Kling <kling@serenityos.org>2021-08-14 12:40:55 +0200
commit06e47ce7aa365dec0a6cc82cdb3560cbd5527fad (patch)
treef19ba099437c5801c9b848eda90a676ecc94427f /Userland
parent7d493bbf985d01e9ffffbd3c39f3d311f05ce364 (diff)
downloadserenity-06e47ce7aa365dec0a6cc82cdb3560cbd5527fad.zip
Utilities: Rename PreprocessorTest=>cpp-preprocessor
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Utilities/CMakeLists.txt2
-rw-r--r--Userland/Utilities/cpp-preprocessor.cpp (renamed from Userland/Utilities/PreprocessorTest.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt
index 308e68f423..4952f0bf57 100644
--- a/Userland/Utilities/CMakeLists.txt
+++ b/Userland/Utilities/CMakeLists.txt
@@ -97,6 +97,6 @@ target_link_libraries(tt LibPthread)
target_link_libraries(unzip LibArchive LibCompress)
target_link_libraries(zip LibArchive LibCompress LibCrypto)
target_link_libraries(cpp-parser LibCpp LibGUI)
-target_link_libraries(PreprocessorTest LibCpp LibGUI)
+target_link_libraries(cpp-preprocessor LibCpp LibGUI)
target_link_libraries(wasm LibWasm LibLine)
target_link_libraries(wsctl LibGUI)
diff --git a/Userland/Utilities/PreprocessorTest.cpp b/Userland/Utilities/cpp-preprocessor.cpp
index 0069756681..0069756681 100644
--- a/Userland/Utilities/PreprocessorTest.cpp
+++ b/Userland/Utilities/cpp-preprocessor.cpp