summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2015-04-14 18:56:24 -0700
committerMatt Ellis <matell@microsoft.com>2015-04-14 18:56:24 -0700
commitcc20fca9ad308def589d7b08eb1408f23f8b9a35 (patch)
tree651f014fc390de96cf6b71fd694295b8a9c74fd8 /src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary
parentabf43b7c3674db5547c4ab65297939d48643c831 (diff)
downloadcoreclr-cc20fca9ad308def589d7b08eb1408f23f8b9a35.tar.gz
coreclr-cc20fca9ad308def589d7b08eb1408f23f8b9a35.tar.bz2
coreclr-cc20fca9ad308def589d7b08eb1408f23f8b9a35.zip
Rename "CoreClrPal" to "coreclrpal"
Simply change the case of the library the PAL lives in so that is all lowercase.
Diffstat (limited to 'src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary')
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt
index 05c4ee2818..3807621e3f 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt
@@ -11,10 +11,10 @@ add_executable(paltest_freelibrary_test1
${SOURCES}
)
-add_dependencies(paltest_freelibrary_test1 CoreClrPal)
+add_dependencies(paltest_freelibrary_test1 coreclrpal)
target_link_libraries(paltest_freelibrary_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt
index 72d37c1c53..00b1eca8e3 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_freelibrary_test2
${SOURCES}
)
-add_dependencies(paltest_freelibrary_test2 CoreClrPal)
+add_dependencies(paltest_freelibrary_test2 coreclrpal)
target_link_libraries(paltest_freelibrary_test2
pthread
m
- CoreClrPal
+ coreclrpal
)