summaryrefslogtreecommitdiff
path: root/src/pal
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
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')
-rw-r--r--src/pal/src/CMakeLists.txt10
-rw-r--r--src/pal/src/examples/CMakeLists.txt4
-rw-r--r--src/pal/src/loader/module.cpp2
-rw-r--r--src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/llabs/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/object_management/event/nonshared/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/object_management/event/shared/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/object_management/mutex/nonshared/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/object_management/mutex/shared/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/object_management/semaphore/shared/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/composite/wfmo/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt4
-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
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/ForkAndExecProcess/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/samples/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/samples/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt8
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt4
-rw-r--r--src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt4
1025 files changed, 2102 insertions, 2102 deletions
diff --git a/src/pal/src/CMakeLists.txt b/src/pal/src/CMakeLists.txt
index fd2c4ad093..26f988d1cf 100644
--- a/src/pal/src/CMakeLists.txt
+++ b/src/pal/src/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12.2)
include(configure.cmake)
-project(CoreClrPal)
+project(coreclrpal)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
@@ -149,14 +149,14 @@ set(SOURCES
thread/tls.cpp
)
-add_library(CoreClrPal
+add_library(coreclrpal
SHARED
${SOURCES}
${PLATFORM_SOURCES}
)
if(CMAKE_SYSTEM_NAME STREQUAL Linux)
- target_link_libraries(CoreClrPal
+ target_link_libraries(coreclrpal
pthread
rt
dl
@@ -169,7 +169,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
find_library(CORESERVICES CoreServices)
find_library(SECURITY Security)
find_library(SYSTEM System)
- target_link_libraries(CoreClrPal
+ target_link_libraries(coreclrpal
${COREFOUNDATION}
${CORESERVICES}
${SECURITY}
@@ -179,4 +179,4 @@ endif(CMAKE_SYSTEM_NAME STREQUAL Darwin)
add_subdirectory(examples)
-install(TARGETS CoreClrPal DESTINATION .) \ No newline at end of file
+install(TARGETS coreclrpal DESTINATION .) \ No newline at end of file
diff --git a/src/pal/src/examples/CMakeLists.txt b/src/pal/src/examples/CMakeLists.txt
index 7d0450dcf3..2cef914892 100644
--- a/src/pal/src/examples/CMakeLists.txt
+++ b/src/pal/src/examples/CMakeLists.txt
@@ -11,8 +11,8 @@ add_executable(palexmpl
${SOURCES}
)
-add_dependencies(palexmpl CoreClrPal)
+add_dependencies(palexmpl coreclrpal)
target_link_libraries(palexmpl
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/src/loader/module.cpp b/src/pal/src/loader/module.cpp
index 0c894bbf66..80bc1c17a1 100644
--- a/src/pal/src/loader/module.cpp
+++ b/src/pal/src/loader/module.cpp
@@ -800,7 +800,7 @@ int LOADGetLibRotorPalSoFileName(LPSTR pszBuf)
SetLastError(ERROR_INTERNAL_ERROR);
goto Done;
}
- iRetVal = FindLibrary((CHAR*)MAKEDLLNAME_A("CoreClrPal"), &pszFileName);
+ iRetVal = FindLibrary((CHAR*)MAKEDLLNAME_A("coreclrpal"), &pszFileName);
if (pszFileName)
{
UINT cchFileName = strlen(pszFileName);
diff --git a/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt
index 8d1d67fb2c..a283161f7d 100644
--- a/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_iscsym_test1
${SOURCES}
)
-add_dependencies(paltest_iscsym_test1 CoreClrPal)
+add_dependencies(paltest_iscsym_test1 coreclrpal)
target_link_libraries(paltest_iscsym_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt
index a0288cf0e4..236b356185 100644
--- a/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_alloca_test1
${SOURCES}
)
-add_dependencies(paltest_alloca_test1 CoreClrPal)
+add_dependencies(paltest_alloca_test1 coreclrpal)
target_link_libraries(paltest_alloca_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt
index 1d10272c52..86f4547b2b 100644
--- a/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ecvt_test1
${SOURCES}
)
-add_dependencies(paltest_ecvt_test1 CoreClrPal)
+add_dependencies(paltest_ecvt_test1 coreclrpal)
target_link_libraries(paltest_ecvt_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt
index ab9d2bc140..441d32bd5c 100644
--- a/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fdopen_test1
${SOURCES}
)
-add_dependencies(paltest_fdopen_test1 CoreClrPal)
+add_dependencies(paltest_fdopen_test1 coreclrpal)
target_link_libraries(paltest_fdopen_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt
index 4865761677..8aca58a8dc 100644
--- a/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_finite_test1
${SOURCES}
)
-add_dependencies(paltest_finite_test1 CoreClrPal)
+add_dependencies(paltest_finite_test1 coreclrpal)
target_link_libraries(paltest_finite_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt
index b26ec14c96..9306efa700 100644
--- a/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fullpath_test1
${SOURCES}
)
-add_dependencies(paltest_fullpath_test1 CoreClrPal)
+add_dependencies(paltest_fullpath_test1 coreclrpal)
target_link_libraries(paltest_fullpath_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt
index 4052466afb..33eb5cf19c 100644
--- a/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gcvt_test1
${SOURCES}
)
-add_dependencies(paltest_gcvt_test1 CoreClrPal)
+add_dependencies(paltest_gcvt_test1 coreclrpal)
target_link_libraries(paltest_gcvt_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt
index c32abb08af..05641b9b78 100644
--- a/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gcvt_test2
${SOURCES}
)
-add_dependencies(paltest_gcvt_test2 CoreClrPal)
+add_dependencies(paltest_gcvt_test2 coreclrpal)
target_link_libraries(paltest_gcvt_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt
index 0befd2418f..d44477b232 100644
--- a/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getw_test1
${SOURCES}
)
-add_dependencies(paltest_getw_test1 CoreClrPal)
+add_dependencies(paltest_getw_test1 coreclrpal)
target_link_libraries(paltest_getw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt
index bc177be485..e14d0cc64b 100644
--- a/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isnan_test1
${SOURCES}
)
-add_dependencies(paltest_isnan_test1 CoreClrPal)
+add_dependencies(paltest_isnan_test1 coreclrpal)
target_link_libraries(paltest_isnan_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt
index d6b02d0227..bd37f31216 100644
--- a/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_itow_test1
${SOURCES}
)
-add_dependencies(paltest_itow_test1 CoreClrPal)
+add_dependencies(paltest_itow_test1 coreclrpal)
target_link_libraries(paltest_itow_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt
index 5fb6f60bd6..9fd81cce1a 100644
--- a/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_makepath_test1
${SOURCES}
)
-add_dependencies(paltest_makepath_test1 CoreClrPal)
+add_dependencies(paltest_makepath_test1 coreclrpal)
target_link_libraries(paltest_makepath_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt
index b22d2a94f6..064f241f24 100644
--- a/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mbsdec_test1
${SOURCES}
)
-add_dependencies(paltest_mbsdec_test1 CoreClrPal)
+add_dependencies(paltest_mbsdec_test1 coreclrpal)
target_link_libraries(paltest_mbsdec_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt
index 99eb27762d..531ba8e793 100644
--- a/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mbsinc_test1
${SOURCES}
)
-add_dependencies(paltest_mbsinc_test1 CoreClrPal)
+add_dependencies(paltest_mbsinc_test1 coreclrpal)
target_link_libraries(paltest_mbsinc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt
index 8661dc9d82..38aa6fb16e 100644
--- a/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mbslen_test1
${SOURCES}
)
-add_dependencies(paltest_mbslen_test1 CoreClrPal)
+add_dependencies(paltest_mbslen_test1 coreclrpal)
target_link_libraries(paltest_mbslen_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt
index b3f65bcd75..7285ce229e 100644
--- a/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mbsninc_test1
${SOURCES}
)
-add_dependencies(paltest_mbsninc_test1 CoreClrPal)
+add_dependencies(paltest_mbsninc_test1 coreclrpal)
target_link_libraries(paltest_mbsninc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt
index 07705f77b7..e9a3e29192 100644
--- a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_open_osfhandle_test1
${SOURCES}
)
-add_dependencies(paltest_open_osfhandle_test1 CoreClrPal)
+add_dependencies(paltest_open_osfhandle_test1 coreclrpal)
target_link_libraries(paltest_open_osfhandle_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt
index 701327dba5..1031ec1df9 100644
--- a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_open_osfhandle_test2
${SOURCES}
)
-add_dependencies(paltest_open_osfhandle_test2 CoreClrPal)
+add_dependencies(paltest_open_osfhandle_test2 coreclrpal)
target_link_libraries(paltest_open_osfhandle_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt
index e22e4f248a..0a75b41113 100644
--- a/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_putenv_test1
${SOURCES}
)
-add_dependencies(paltest_putenv_test1 CoreClrPal)
+add_dependencies(paltest_putenv_test1 coreclrpal)
target_link_libraries(paltest_putenv_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt
index 5cb2fb8e59..e0539681cd 100644
--- a/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_putenv_test2
${SOURCES}
)
-add_dependencies(paltest_putenv_test2 CoreClrPal)
+add_dependencies(paltest_putenv_test2 coreclrpal)
target_link_libraries(paltest_putenv_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt
index 3b3a83522a..a67241022b 100644
--- a/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_putenv_test3
${SOURCES}
)
-add_dependencies(paltest_putenv_test3 CoreClrPal)
+add_dependencies(paltest_putenv_test3 coreclrpal)
target_link_libraries(paltest_putenv_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt
index ff678d241e..518282ccc7 100644
--- a/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_putenv_test4
${SOURCES}
)
-add_dependencies(paltest_putenv_test4 CoreClrPal)
+add_dependencies(paltest_putenv_test4 coreclrpal)
target_link_libraries(paltest_putenv_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt
index c87cf4ef96..c3018ad322 100644
--- a/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_putw_test1
${SOURCES}
)
-add_dependencies(paltest_putw_test1 CoreClrPal)
+add_dependencies(paltest_putw_test1 coreclrpal)
target_link_libraries(paltest_putw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt
index 098fe47272..fdf177cfd2 100644
--- a/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_rotl_test1
${SOURCES}
)
-add_dependencies(paltest_rotl_test1 CoreClrPal)
+add_dependencies(paltest_rotl_test1 coreclrpal)
target_link_libraries(paltest_rotl_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt
index a741ad6dfd..563d66b808 100644
--- a/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_rotr_test1
${SOURCES}
)
-add_dependencies(paltest_rotr_test1 CoreClrPal)
+add_dependencies(paltest_rotr_test1 coreclrpal)
target_link_libraries(paltest_rotr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt
index 8912f19334..ab126fc59d 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test1
${SOURCES}
)
-add_dependencies(paltest_snprintf_test1 CoreClrPal)
+add_dependencies(paltest_snprintf_test1 coreclrpal)
target_link_libraries(paltest_snprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt
index 71d5658d18..e8e9308849 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test10
${SOURCES}
)
-add_dependencies(paltest_snprintf_test10 CoreClrPal)
+add_dependencies(paltest_snprintf_test10 coreclrpal)
target_link_libraries(paltest_snprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt
index aec0381a07..ccf3dc2572 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test11
${SOURCES}
)
-add_dependencies(paltest_snprintf_test11 CoreClrPal)
+add_dependencies(paltest_snprintf_test11 coreclrpal)
target_link_libraries(paltest_snprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt
index d511fca226..68b442f1d9 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test12
${SOURCES}
)
-add_dependencies(paltest_snprintf_test12 CoreClrPal)
+add_dependencies(paltest_snprintf_test12 coreclrpal)
target_link_libraries(paltest_snprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt
index a59ba55cd6..832b3fefbf 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test13
${SOURCES}
)
-add_dependencies(paltest_snprintf_test13 CoreClrPal)
+add_dependencies(paltest_snprintf_test13 coreclrpal)
target_link_libraries(paltest_snprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt
index 1a3ec1df6e..c2e3be148d 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test14
${SOURCES}
)
-add_dependencies(paltest_snprintf_test14 CoreClrPal)
+add_dependencies(paltest_snprintf_test14 coreclrpal)
target_link_libraries(paltest_snprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt
index 1453db22b9..1bd24d5ccd 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test15
${SOURCES}
)
-add_dependencies(paltest_snprintf_test15 CoreClrPal)
+add_dependencies(paltest_snprintf_test15 coreclrpal)
target_link_libraries(paltest_snprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt
index e3a94e2b1e..952192e560 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test16
${SOURCES}
)
-add_dependencies(paltest_snprintf_test16 CoreClrPal)
+add_dependencies(paltest_snprintf_test16 coreclrpal)
target_link_libraries(paltest_snprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt
index c438992800..ce5cc1623e 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test17
${SOURCES}
)
-add_dependencies(paltest_snprintf_test17 CoreClrPal)
+add_dependencies(paltest_snprintf_test17 coreclrpal)
target_link_libraries(paltest_snprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt
index 8eba41c259..bb9c9c37cc 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test18
${SOURCES}
)
-add_dependencies(paltest_snprintf_test18 CoreClrPal)
+add_dependencies(paltest_snprintf_test18 coreclrpal)
target_link_libraries(paltest_snprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt
index 7ed46706ec..f3fbb95013 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test19
${SOURCES}
)
-add_dependencies(paltest_snprintf_test19 CoreClrPal)
+add_dependencies(paltest_snprintf_test19 coreclrpal)
target_link_libraries(paltest_snprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt
index e4bb5c9fbd..8c617df108 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test2
${SOURCES}
)
-add_dependencies(paltest_snprintf_test2 CoreClrPal)
+add_dependencies(paltest_snprintf_test2 coreclrpal)
target_link_libraries(paltest_snprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt
index 19985221a6..13330464a7 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test3
${SOURCES}
)
-add_dependencies(paltest_snprintf_test3 CoreClrPal)
+add_dependencies(paltest_snprintf_test3 coreclrpal)
target_link_libraries(paltest_snprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt
index 112de5d28b..5132aa02de 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test4
${SOURCES}
)
-add_dependencies(paltest_snprintf_test4 CoreClrPal)
+add_dependencies(paltest_snprintf_test4 coreclrpal)
target_link_libraries(paltest_snprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt
index 65afa14831..07e441cee0 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test5
${SOURCES}
)
-add_dependencies(paltest_snprintf_test5 CoreClrPal)
+add_dependencies(paltest_snprintf_test5 coreclrpal)
target_link_libraries(paltest_snprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt
index 3b5f5aded3..9ee5d90544 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test6
${SOURCES}
)
-add_dependencies(paltest_snprintf_test6 CoreClrPal)
+add_dependencies(paltest_snprintf_test6 coreclrpal)
target_link_libraries(paltest_snprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt
index da99e7a506..f7651218e0 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test7
${SOURCES}
)
-add_dependencies(paltest_snprintf_test7 CoreClrPal)
+add_dependencies(paltest_snprintf_test7 coreclrpal)
target_link_libraries(paltest_snprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt
index 880a4554d6..26af119852 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test8
${SOURCES}
)
-add_dependencies(paltest_snprintf_test8 CoreClrPal)
+add_dependencies(paltest_snprintf_test8 coreclrpal)
target_link_libraries(paltest_snprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt
index a8d9f31579..484075919e 100644
--- a/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snprintf_test9
${SOURCES}
)
-add_dependencies(paltest_snprintf_test9 CoreClrPal)
+add_dependencies(paltest_snprintf_test9 coreclrpal)
target_link_libraries(paltest_snprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt
index 5925a9eaf8..b4ab6d5161 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test1
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test1 CoreClrPal)
+add_dependencies(paltest_snwprintf_test1 coreclrpal)
target_link_libraries(paltest_snwprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt
index 82f6793f5b..27aaca3bb9 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test10
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test10 CoreClrPal)
+add_dependencies(paltest_snwprintf_test10 coreclrpal)
target_link_libraries(paltest_snwprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt
index a6891491c9..e18ad4a31b 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test11
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test11 CoreClrPal)
+add_dependencies(paltest_snwprintf_test11 coreclrpal)
target_link_libraries(paltest_snwprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt
index 4891a3b18f..f2ae07c1b0 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test12
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test12 CoreClrPal)
+add_dependencies(paltest_snwprintf_test12 coreclrpal)
target_link_libraries(paltest_snwprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt
index 757d4e225b..42847b6bcd 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test13
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test13 CoreClrPal)
+add_dependencies(paltest_snwprintf_test13 coreclrpal)
target_link_libraries(paltest_snwprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt
index f7727ad71b..e5cdbfad87 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test14
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test14 CoreClrPal)
+add_dependencies(paltest_snwprintf_test14 coreclrpal)
target_link_libraries(paltest_snwprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt
index 7950001327..dc7b4d66e9 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test15
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test15 CoreClrPal)
+add_dependencies(paltest_snwprintf_test15 coreclrpal)
target_link_libraries(paltest_snwprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt
index c1dbeb0048..f147ad7e67 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test16
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test16 CoreClrPal)
+add_dependencies(paltest_snwprintf_test16 coreclrpal)
target_link_libraries(paltest_snwprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt
index b6b82732d0..e40d3f4106 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test17
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test17 CoreClrPal)
+add_dependencies(paltest_snwprintf_test17 coreclrpal)
target_link_libraries(paltest_snwprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt
index 9e7d972fe4..68a014cb66 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test18
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test18 CoreClrPal)
+add_dependencies(paltest_snwprintf_test18 coreclrpal)
target_link_libraries(paltest_snwprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt
index e9eecb7419..6dc30b4d33 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test19
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test19 CoreClrPal)
+add_dependencies(paltest_snwprintf_test19 coreclrpal)
target_link_libraries(paltest_snwprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt
index 5db13d5301..9e0d950885 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test2
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test2 CoreClrPal)
+add_dependencies(paltest_snwprintf_test2 coreclrpal)
target_link_libraries(paltest_snwprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt
index 8cfe920daf..4d5a28b0fe 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test3
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test3 CoreClrPal)
+add_dependencies(paltest_snwprintf_test3 coreclrpal)
target_link_libraries(paltest_snwprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt
index 77db7f2a2a..0102b0acea 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test4
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test4 CoreClrPal)
+add_dependencies(paltest_snwprintf_test4 coreclrpal)
target_link_libraries(paltest_snwprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt
index 1027733105..c835c94845 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test5
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test5 CoreClrPal)
+add_dependencies(paltest_snwprintf_test5 coreclrpal)
target_link_libraries(paltest_snwprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt
index 9a9cba699c..37a415ed86 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test6
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test6 CoreClrPal)
+add_dependencies(paltest_snwprintf_test6 coreclrpal)
target_link_libraries(paltest_snwprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt
index 019ab7012f..b1a07eeaa4 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test7
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test7 CoreClrPal)
+add_dependencies(paltest_snwprintf_test7 coreclrpal)
target_link_libraries(paltest_snwprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt
index 60eeb33019..063ee2b9b6 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test8
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test8 CoreClrPal)
+add_dependencies(paltest_snwprintf_test8 coreclrpal)
target_link_libraries(paltest_snwprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt
index f4b95cf820..8d5e41131d 100644
--- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_snwprintf_test9
${SOURCES}
)
-add_dependencies(paltest_snwprintf_test9 CoreClrPal)
+add_dependencies(paltest_snwprintf_test9 coreclrpal)
target_link_libraries(paltest_snwprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt
index 4b8225b838..361b9084d7 100644
--- a/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_splitpath_test1
${SOURCES}
)
-add_dependencies(paltest_splitpath_test1 CoreClrPal)
+add_dependencies(paltest_splitpath_test1 coreclrpal)
target_link_libraries(paltest_splitpath_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt
index 3179fbbc86..766660ccfc 100644
--- a/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_stricmp_test1
${SOURCES}
)
-add_dependencies(paltest_stricmp_test1 CoreClrPal)
+add_dependencies(paltest_stricmp_test1 coreclrpal)
target_link_libraries(paltest_stricmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt
index d79fb819d0..3a9394ca60 100644
--- a/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strlwr_test1
${SOURCES}
)
-add_dependencies(paltest_strlwr_test1 CoreClrPal)
+add_dependencies(paltest_strlwr_test1 coreclrpal)
target_link_libraries(paltest_strlwr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt
index f9ffd86407..6a38747592 100644
--- a/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strnicmp_test1
${SOURCES}
)
-add_dependencies(paltest_strnicmp_test1 CoreClrPal)
+add_dependencies(paltest_strnicmp_test1 coreclrpal)
target_link_libraries(paltest_strnicmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt
index 91068dbca1..fc7fbef8b4 100644
--- a/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swab_test1
${SOURCES}
)
-add_dependencies(paltest_swab_test1 CoreClrPal)
+add_dependencies(paltest_swab_test1 coreclrpal)
target_link_libraries(paltest_swab_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt
index 02127a71b8..7c346a4638 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test1
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test1 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test1 coreclrpal)
target_link_libraries(paltest_vsnprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt
index 5f62b9a330..00dccc260d 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test10
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test10 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test10 coreclrpal)
target_link_libraries(paltest_vsnprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt
index de6f5bbd40..fd709f2a31 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test11
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test11 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test11 coreclrpal)
target_link_libraries(paltest_vsnprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt
index 55facfbce9..02dac0cb91 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test12
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test12 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test12 coreclrpal)
target_link_libraries(paltest_vsnprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt
index 03cb77d39c..52562c99f8 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test13
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test13 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test13 coreclrpal)
target_link_libraries(paltest_vsnprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt
index 755033b96d..3fc8c814a6 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test14
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test14 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test14 coreclrpal)
target_link_libraries(paltest_vsnprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt
index fec995d461..f6bdc83779 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test15
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test15 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test15 coreclrpal)
target_link_libraries(paltest_vsnprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt
index bfdd30038b..b7b06d19bb 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test16
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test16 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test16 coreclrpal)
target_link_libraries(paltest_vsnprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt
index 6cca06d3d3..2c91cccd4a 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test17
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test17 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test17 coreclrpal)
target_link_libraries(paltest_vsnprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt
index 0820b4a93d..1a06ce01ee 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test18
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test18 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test18 coreclrpal)
target_link_libraries(paltest_vsnprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt
index 3de5b579b5..6f2e42cc6b 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test19
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test19 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test19 coreclrpal)
target_link_libraries(paltest_vsnprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt
index 4b30786629..a3871d64cf 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test2
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test2 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test2 coreclrpal)
target_link_libraries(paltest_vsnprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt
index b671cadb11..1beae06277 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test3
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test3 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test3 coreclrpal)
target_link_libraries(paltest_vsnprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt
index 864f938701..daf7757ddb 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test4
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test4 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test4 coreclrpal)
target_link_libraries(paltest_vsnprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt
index ebbbb431df..c255b07b42 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test5
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test5 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test5 coreclrpal)
target_link_libraries(paltest_vsnprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt
index bcc841df7f..8e041f4af8 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test6
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test6 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test6 coreclrpal)
target_link_libraries(paltest_vsnprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt
index 021de5668a..01f9620184 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test7
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test7 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test7 coreclrpal)
target_link_libraries(paltest_vsnprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt
index 35d30b8cb9..9c525de15a 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test8
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test8 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test8 coreclrpal)
target_link_libraries(paltest_vsnprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt
index cb2994c75a..bfe2572a6d 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnprintf_test9
${SOURCES}
)
-add_dependencies(paltest_vsnprintf_test9 CoreClrPal)
+add_dependencies(paltest_vsnprintf_test9 coreclrpal)
target_link_libraries(paltest_vsnprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt
index ce20744b9e..52c442d572 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test1
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test1 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test1 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt
index f478e3eaab..86ea1a3160 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test10
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test10 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test10 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt
index e3bd32434f..c6011dc1de 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test11
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test11 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test11 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt
index 374786b6f4..bd9652c2fb 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test12
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test12 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test12 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt
index 44df65db40..c608ab84e3 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test13
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test13 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test13 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt
index 7d16b4261f..3bf157a2b3 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test14
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test14 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test14 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt
index 3bc138e5ff..eedc7bb9db 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test15
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test15 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test15 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt
index 9eeb7a0ccc..a469c497e9 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test16
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test16 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test16 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt
index c04b09b3e4..f429e94417 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test17
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test17 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test17 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt
index 1821f7e83e..25dd6a2c5b 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test18
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test18 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test18 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt
index e969a5c890..9c636b8b0a 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test19
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test19 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test19 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt
index 0a28e3eb32..817657ea61 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test2
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test2 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test2 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt
index 4d3c0f4ee8..4af3e36f3b 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test3
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test3 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test3 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt
index b283a650a8..b7ff9e7bb3 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test4
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test4 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test4 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt
index 03f10df4eb..9b316b9f90 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test5
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test5 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test5 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt
index 9e7d97484a..d3fad03597 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test6
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test6 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test6 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt
index 0a51499395..cede861358 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test7
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test7 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test7 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt
index e27c91f2dc..846e7b9219 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test8
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test8 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test8 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt
index 9cafd1038d..e25eded172 100644
--- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsnwprintf_test9
${SOURCES}
)
-add_dependencies(paltest_vsnwprintf_test9 CoreClrPal)
+add_dependencies(paltest_vsnwprintf_test9 coreclrpal)
target_link_libraries(paltest_vsnwprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt
index 1ea28c96a3..5f085cc723 100644
--- a/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcsicmp_test1
${SOURCES}
)
-add_dependencies(paltest_wcsicmp_test1 CoreClrPal)
+add_dependencies(paltest_wcsicmp_test1 coreclrpal)
target_link_libraries(paltest_wcsicmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt
index eb8cafda87..a78098f86a 100644
--- a/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcslwr_test1
${SOURCES}
)
-add_dependencies(paltest_wcslwr_test1 CoreClrPal)
+add_dependencies(paltest_wcslwr_test1 coreclrpal)
target_link_libraries(paltest_wcslwr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt
index 61c7a1c685..afd3560b10 100644
--- a/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcsnicmp_test1
${SOURCES}
)
-add_dependencies(paltest_wcsnicmp_test1 CoreClrPal)
+add_dependencies(paltest_wcsnicmp_test1 coreclrpal)
target_link_libraries(paltest_wcsnicmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt
index 21b6fa1770..96df58ee54 100644
--- a/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wfopen_test1
${SOURCES}
)
-add_dependencies(paltest_wfopen_test1 CoreClrPal)
+add_dependencies(paltest_wfopen_test1 coreclrpal)
target_link_libraries(paltest_wfopen_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt
index d0611f095a..47203d86d5 100644
--- a/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wfopen_test2
${SOURCES}
)
-add_dependencies(paltest_wfopen_test2 CoreClrPal)
+add_dependencies(paltest_wfopen_test2 coreclrpal)
target_link_libraries(paltest_wfopen_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt
index a214646ea5..deec8bbfe6 100644
--- a/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wfopen_test3
${SOURCES}
)
-add_dependencies(paltest_wfopen_test3 CoreClrPal)
+add_dependencies(paltest_wfopen_test3 coreclrpal)
target_link_libraries(paltest_wfopen_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt
index 82b4956b0c..e93cdd58de 100644
--- a/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wfopen_test4
${SOURCES}
)
-add_dependencies(paltest_wfopen_test4 CoreClrPal)
+add_dependencies(paltest_wfopen_test4 coreclrpal)
target_link_libraries(paltest_wfopen_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt
index 7049c73bc5..1530416795 100644
--- a/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wfopen_test5
${SOURCES}
)
-add_dependencies(paltest_wfopen_test5 CoreClrPal)
+add_dependencies(paltest_wfopen_test5 coreclrpal)
target_link_libraries(paltest_wfopen_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt
index 1e5a903b5c..c401c6f40f 100644
--- a/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wfopen_test6
${SOURCES}
)
-add_dependencies(paltest_wfopen_test6 CoreClrPal)
+add_dependencies(paltest_wfopen_test6 coreclrpal)
target_link_libraries(paltest_wfopen_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt
index 8c751637ac..47f4804b43 100644
--- a/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wfopen_test7
${SOURCES}
)
-add_dependencies(paltest_wfopen_test7 CoreClrPal)
+add_dependencies(paltest_wfopen_test7 coreclrpal)
target_link_libraries(paltest_wfopen_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt
index 06be863606..343cb41f51 100644
--- a/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wmakepath_test1
${SOURCES}
)
-add_dependencies(paltest_wmakepath_test1 CoreClrPal)
+add_dependencies(paltest_wmakepath_test1 coreclrpal)
target_link_libraries(paltest_wmakepath_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt
index 4167ae083a..ee9a7a8e96 100644
--- a/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsplitpath_test1
${SOURCES}
)
-add_dependencies(paltest_wsplitpath_test1 CoreClrPal)
+add_dependencies(paltest_wsplitpath_test1 coreclrpal)
target_link_libraries(paltest_wsplitpath_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt
index 364b34a6cd..9e6610fc0f 100644
--- a/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wtoi_test1
${SOURCES}
)
-add_dependencies(paltest_wtoi_test1 CoreClrPal)
+add_dependencies(paltest_wtoi_test1 coreclrpal)
target_link_libraries(paltest_wtoi_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt
index 987f5d9779..c8a8595d01 100644
--- a/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_abs_test1
${SOURCES}
)
-add_dependencies(paltest_abs_test1 CoreClrPal)
+add_dependencies(paltest_abs_test1 coreclrpal)
target_link_libraries(paltest_abs_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt
index 235b0b89d4..978ab427e8 100644
--- a/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_acos_test1
${SOURCES}
)
-add_dependencies(paltest_acos_test1 CoreClrPal)
+add_dependencies(paltest_acos_test1 coreclrpal)
target_link_libraries(paltest_acos_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt
index e3cba03de7..a3aec3f60f 100644
--- a/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_asin_test1
${SOURCES}
)
-add_dependencies(paltest_asin_test1 CoreClrPal)
+add_dependencies(paltest_asin_test1 coreclrpal)
target_link_libraries(paltest_asin_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt
index 0318f9425d..b0b84e7c07 100644
--- a/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_atan_test1
${SOURCES}
)
-add_dependencies(paltest_atan_test1 CoreClrPal)
+add_dependencies(paltest_atan_test1 coreclrpal)
target_link_libraries(paltest_atan_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt
index 29c0457202..8bd69da2fa 100644
--- a/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_atan2_test1
${SOURCES}
)
-add_dependencies(paltest_atan2_test1 CoreClrPal)
+add_dependencies(paltest_atan2_test1 coreclrpal)
target_link_libraries(paltest_atan2_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt
index a5a53a2dac..1f34b7ebf5 100644
--- a/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_atof_test1
${SOURCES}
)
-add_dependencies(paltest_atof_test1 CoreClrPal)
+add_dependencies(paltest_atof_test1 coreclrpal)
target_link_libraries(paltest_atof_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt
index 27f25344d0..3549aca737 100644
--- a/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_atoi_test1
${SOURCES}
)
-add_dependencies(paltest_atoi_test1 CoreClrPal)
+add_dependencies(paltest_atoi_test1 coreclrpal)
target_link_libraries(paltest_atoi_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt
index 3a8ededb9c..4fea187ad8 100644
--- a/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_atol_test1
${SOURCES}
)
-add_dependencies(paltest_atol_test1 CoreClrPal)
+add_dependencies(paltest_atol_test1 coreclrpal)
target_link_libraries(paltest_atol_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt
index 61c07cc8a0..d2018f3325 100644
--- a/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_bsearch_test1
${SOURCES}
)
-add_dependencies(paltest_bsearch_test1 CoreClrPal)
+add_dependencies(paltest_bsearch_test1 coreclrpal)
target_link_libraries(paltest_bsearch_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt
index 262625160b..dc65560196 100644
--- a/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_bsearch_test2
${SOURCES}
)
-add_dependencies(paltest_bsearch_test2 CoreClrPal)
+add_dependencies(paltest_bsearch_test2 coreclrpal)
target_link_libraries(paltest_bsearch_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt
index 8f23717469..c73ad1dbbe 100644
--- a/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ceil_test1
${SOURCES}
)
-add_dependencies(paltest_ceil_test1 CoreClrPal)
+add_dependencies(paltest_ceil_test1 coreclrpal)
target_link_libraries(paltest_ceil_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt
index 4c47a9b25a..1dda9a2563 100644
--- a/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_cos_test1
${SOURCES}
)
-add_dependencies(paltest_cos_test1 CoreClrPal)
+add_dependencies(paltest_cos_test1 coreclrpal)
target_link_libraries(paltest_cos_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt
index 22c4ef1901..bea7b7a3b7 100644
--- a/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_cosh_test1
${SOURCES}
)
-add_dependencies(paltest_cosh_test1 CoreClrPal)
+add_dependencies(paltest_cosh_test1 coreclrpal)
target_link_libraries(paltest_cosh_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt
index f07d1703a5..aa64a71d1e 100644
--- a/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ctime_test1
${SOURCES}
)
-add_dependencies(paltest_ctime_test1 CoreClrPal)
+add_dependencies(paltest_ctime_test1 coreclrpal)
target_link_libraries(paltest_ctime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt
index c958a0cdd6..89b25a4fac 100644
--- a/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_errno_test1
${SOURCES}
)
-add_dependencies(paltest_errno_test1 CoreClrPal)
+add_dependencies(paltest_errno_test1 coreclrpal)
target_link_libraries(paltest_errno_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt
index f5afb7c522..edd4cf7975 100644
--- a/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_errno_test2
${SOURCES}
)
-add_dependencies(paltest_errno_test2 CoreClrPal)
+add_dependencies(paltest_errno_test2 coreclrpal)
target_link_libraries(paltest_errno_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt
index 0773dea3aa..eb9ca4e780 100644
--- a/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exit_test1
${SOURCES}
)
-add_dependencies(paltest_exit_test1 CoreClrPal)
+add_dependencies(paltest_exit_test1 coreclrpal)
target_link_libraries(paltest_exit_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt
index 480ee4c5f2..47d3a44c85 100644
--- a/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exit_test2
${SOURCES}
)
-add_dependencies(paltest_exit_test2 CoreClrPal)
+add_dependencies(paltest_exit_test2 coreclrpal)
target_link_libraries(paltest_exit_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt
index 25a09f87b1..9cdd4ec5ed 100644
--- a/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exp_test1
${SOURCES}
)
-add_dependencies(paltest_exp_test1 CoreClrPal)
+add_dependencies(paltest_exp_test1 coreclrpal)
target_link_libraries(paltest_exp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt
index 7e3d44fadc..5e9d291674 100644
--- a/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exp_test2
${SOURCES}
)
-add_dependencies(paltest_exp_test2 CoreClrPal)
+add_dependencies(paltest_exp_test2 coreclrpal)
target_link_libraries(paltest_exp_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt
index 540f761c08..00fbca5352 100644
--- a/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exp_test3
${SOURCES}
)
-add_dependencies(paltest_exp_test3 CoreClrPal)
+add_dependencies(paltest_exp_test3 coreclrpal)
target_link_libraries(paltest_exp_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt
index da5a30462b..ab27230ac2 100644
--- a/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fabs_test1
${SOURCES}
)
-add_dependencies(paltest_fabs_test1 CoreClrPal)
+add_dependencies(paltest_fabs_test1 coreclrpal)
target_link_libraries(paltest_fabs_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt
index 62599038ae..55ed7c674e 100644
--- a/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fclose_test1
${SOURCES}
)
-add_dependencies(paltest_fclose_test1 CoreClrPal)
+add_dependencies(paltest_fclose_test1 coreclrpal)
target_link_libraries(paltest_fclose_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt
index 42835b6375..178dc7d19a 100644
--- a/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fclose_test2
${SOURCES}
)
-add_dependencies(paltest_fclose_test2 CoreClrPal)
+add_dependencies(paltest_fclose_test2 coreclrpal)
target_link_libraries(paltest_fclose_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt
index b489dc90a2..ee1389deb0 100644
--- a/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_feof_test1
${SOURCES}
)
-add_dependencies(paltest_feof_test1 CoreClrPal)
+add_dependencies(paltest_feof_test1 coreclrpal)
target_link_libraries(paltest_feof_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt
index 3769d60bbf..2ab12b5db3 100644
--- a/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ferror_test1
${SOURCES}
)
-add_dependencies(paltest_ferror_test1 CoreClrPal)
+add_dependencies(paltest_ferror_test1 coreclrpal)
target_link_libraries(paltest_ferror_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt
index 40966b6100..077dde0bc6 100644
--- a/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ferror_test2
${SOURCES}
)
-add_dependencies(paltest_ferror_test2 CoreClrPal)
+add_dependencies(paltest_ferror_test2 coreclrpal)
target_link_libraries(paltest_ferror_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt
index 1904f6c751..743f1d2111 100644
--- a/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fflush_test1
${SOURCES}
)
-add_dependencies(paltest_fflush_test1 CoreClrPal)
+add_dependencies(paltest_fflush_test1 coreclrpal)
target_link_libraries(paltest_fflush_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt
index 3fc8665154..672d910c85 100644
--- a/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fgets_test1
${SOURCES}
)
-add_dependencies(paltest_fgets_test1 CoreClrPal)
+add_dependencies(paltest_fgets_test1 coreclrpal)
target_link_libraries(paltest_fgets_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt
index 823df64831..d39401536b 100644
--- a/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fgets_test2
${SOURCES}
)
-add_dependencies(paltest_fgets_test2 CoreClrPal)
+add_dependencies(paltest_fgets_test2 coreclrpal)
target_link_libraries(paltest_fgets_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt
index 009f2f5c14..50f0901ee1 100644
--- a/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fgets_test3
${SOURCES}
)
-add_dependencies(paltest_fgets_test3 CoreClrPal)
+add_dependencies(paltest_fgets_test3 coreclrpal)
target_link_libraries(paltest_fgets_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt
index 2d74480c5f..dbc5abde5b 100644
--- a/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_floor_test1
${SOURCES}
)
-add_dependencies(paltest_floor_test1 CoreClrPal)
+add_dependencies(paltest_floor_test1 coreclrpal)
target_link_libraries(paltest_floor_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt
index a23be3ddcb..c76df1f0bf 100644
--- a/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fmod_test1
${SOURCES}
)
-add_dependencies(paltest_fmod_test1 CoreClrPal)
+add_dependencies(paltest_fmod_test1 coreclrpal)
target_link_libraries(paltest_fmod_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt
index f3907e8622..6578c43659 100644
--- a/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fopen_test1
${SOURCES}
)
-add_dependencies(paltest_fopen_test1 CoreClrPal)
+add_dependencies(paltest_fopen_test1 coreclrpal)
target_link_libraries(paltest_fopen_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt
index f127d25b15..4458ed21d8 100644
--- a/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fopen_test2
${SOURCES}
)
-add_dependencies(paltest_fopen_test2 CoreClrPal)
+add_dependencies(paltest_fopen_test2 coreclrpal)
target_link_libraries(paltest_fopen_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt
index de7764461c..2c80f72ae7 100644
--- a/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fopen_test3
${SOURCES}
)
-add_dependencies(paltest_fopen_test3 CoreClrPal)
+add_dependencies(paltest_fopen_test3 coreclrpal)
target_link_libraries(paltest_fopen_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt
index d1c0b7c152..92e0ef0bd8 100644
--- a/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fopen_test4
${SOURCES}
)
-add_dependencies(paltest_fopen_test4 CoreClrPal)
+add_dependencies(paltest_fopen_test4 coreclrpal)
target_link_libraries(paltest_fopen_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt
index 7bfe072a2b..82529b9aab 100644
--- a/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fopen_test5
${SOURCES}
)
-add_dependencies(paltest_fopen_test5 CoreClrPal)
+add_dependencies(paltest_fopen_test5 coreclrpal)
target_link_libraries(paltest_fopen_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt
index 240651a0dd..9a01cfb9a8 100644
--- a/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fopen_test6
${SOURCES}
)
-add_dependencies(paltest_fopen_test6 CoreClrPal)
+add_dependencies(paltest_fopen_test6 coreclrpal)
target_link_libraries(paltest_fopen_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt
index 88c4f2c929..168a5aff53 100644
--- a/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fopen_test7
${SOURCES}
)
-add_dependencies(paltest_fopen_test7 CoreClrPal)
+add_dependencies(paltest_fopen_test7 coreclrpal)
target_link_libraries(paltest_fopen_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt
index 32d39642bb..ab4176563d 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test1
${SOURCES}
)
-add_dependencies(paltest_fprintf_test1 CoreClrPal)
+add_dependencies(paltest_fprintf_test1 coreclrpal)
target_link_libraries(paltest_fprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt
index bc34c3c1c9..f718ad7934 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test10
${SOURCES}
)
-add_dependencies(paltest_fprintf_test10 CoreClrPal)
+add_dependencies(paltest_fprintf_test10 coreclrpal)
target_link_libraries(paltest_fprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt
index 5f9a2b8122..6ccd58ddd2 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test11
${SOURCES}
)
-add_dependencies(paltest_fprintf_test11 CoreClrPal)
+add_dependencies(paltest_fprintf_test11 coreclrpal)
target_link_libraries(paltest_fprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt
index 0a04fda13f..17bc7f100b 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test12
${SOURCES}
)
-add_dependencies(paltest_fprintf_test12 CoreClrPal)
+add_dependencies(paltest_fprintf_test12 coreclrpal)
target_link_libraries(paltest_fprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt
index b2541ea5c3..c6eb0f9075 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test13
${SOURCES}
)
-add_dependencies(paltest_fprintf_test13 CoreClrPal)
+add_dependencies(paltest_fprintf_test13 coreclrpal)
target_link_libraries(paltest_fprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt
index 58e4ef2502..6bb281bc62 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test14
${SOURCES}
)
-add_dependencies(paltest_fprintf_test14 CoreClrPal)
+add_dependencies(paltest_fprintf_test14 coreclrpal)
target_link_libraries(paltest_fprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt
index e849579ea5..ce1a8b6111 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test15
${SOURCES}
)
-add_dependencies(paltest_fprintf_test15 CoreClrPal)
+add_dependencies(paltest_fprintf_test15 coreclrpal)
target_link_libraries(paltest_fprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt
index 301ac223d5..011cd13fb1 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test16
${SOURCES}
)
-add_dependencies(paltest_fprintf_test16 CoreClrPal)
+add_dependencies(paltest_fprintf_test16 coreclrpal)
target_link_libraries(paltest_fprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt
index f4647a7cec..4516f4b769 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test17
${SOURCES}
)
-add_dependencies(paltest_fprintf_test17 CoreClrPal)
+add_dependencies(paltest_fprintf_test17 coreclrpal)
target_link_libraries(paltest_fprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt
index eb32e25c24..fc035020ca 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test18
${SOURCES}
)
-add_dependencies(paltest_fprintf_test18 CoreClrPal)
+add_dependencies(paltest_fprintf_test18 coreclrpal)
target_link_libraries(paltest_fprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt
index 2fe3fd7c06..3781b426f2 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test19
${SOURCES}
)
-add_dependencies(paltest_fprintf_test19 CoreClrPal)
+add_dependencies(paltest_fprintf_test19 coreclrpal)
target_link_libraries(paltest_fprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt
index 90d282bcf8..0ef44b6b7d 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test2
${SOURCES}
)
-add_dependencies(paltest_fprintf_test2 CoreClrPal)
+add_dependencies(paltest_fprintf_test2 coreclrpal)
target_link_libraries(paltest_fprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt
index 67b9170bf5..adfd36fce7 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test3
${SOURCES}
)
-add_dependencies(paltest_fprintf_test3 CoreClrPal)
+add_dependencies(paltest_fprintf_test3 coreclrpal)
target_link_libraries(paltest_fprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt
index 52394e3bb7..7d471b1b9c 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test4
${SOURCES}
)
-add_dependencies(paltest_fprintf_test4 CoreClrPal)
+add_dependencies(paltest_fprintf_test4 coreclrpal)
target_link_libraries(paltest_fprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt
index 03be3c349d..1e3a568513 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test5
${SOURCES}
)
-add_dependencies(paltest_fprintf_test5 CoreClrPal)
+add_dependencies(paltest_fprintf_test5 coreclrpal)
target_link_libraries(paltest_fprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt
index 63753ad20b..89620dd453 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test6
${SOURCES}
)
-add_dependencies(paltest_fprintf_test6 CoreClrPal)
+add_dependencies(paltest_fprintf_test6 coreclrpal)
target_link_libraries(paltest_fprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt
index 08bc968fa2..3dc10dd6dc 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test7
${SOURCES}
)
-add_dependencies(paltest_fprintf_test7 CoreClrPal)
+add_dependencies(paltest_fprintf_test7 coreclrpal)
target_link_libraries(paltest_fprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt
index 5dcc2e2c54..f6dd984af9 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test8
${SOURCES}
)
-add_dependencies(paltest_fprintf_test8 CoreClrPal)
+add_dependencies(paltest_fprintf_test8 coreclrpal)
target_link_libraries(paltest_fprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt
index 92d2e37324..62aa85e6ff 100644
--- a/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fprintf_test9
${SOURCES}
)
-add_dependencies(paltest_fprintf_test9 CoreClrPal)
+add_dependencies(paltest_fprintf_test9 coreclrpal)
target_link_libraries(paltest_fprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt
index 94a383d2c4..e4a92d5966 100644
--- a/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fputs_test1
${SOURCES}
)
-add_dependencies(paltest_fputs_test1 CoreClrPal)
+add_dependencies(paltest_fputs_test1 coreclrpal)
target_link_libraries(paltest_fputs_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt
index 4ae236e53a..6e939f3346 100644
--- a/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fputs_test2
${SOURCES}
)
-add_dependencies(paltest_fputs_test2 CoreClrPal)
+add_dependencies(paltest_fputs_test2 coreclrpal)
target_link_libraries(paltest_fputs_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt
index c21a222f2c..a2e09579b1 100644
--- a/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fread_test1
${SOURCES}
)
-add_dependencies(paltest_fread_test1 CoreClrPal)
+add_dependencies(paltest_fread_test1 coreclrpal)
target_link_libraries(paltest_fread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt
index a1b5f326ff..0538e0c3af 100644
--- a/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fread_test2
${SOURCES}
)
-add_dependencies(paltest_fread_test2 CoreClrPal)
+add_dependencies(paltest_fread_test2 coreclrpal)
target_link_libraries(paltest_fread_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt
index 3e3697eeb1..f3c636f3df 100644
--- a/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fread_test3
${SOURCES}
)
-add_dependencies(paltest_fread_test3 CoreClrPal)
+add_dependencies(paltest_fread_test3 coreclrpal)
target_link_libraries(paltest_fread_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt
index e0e25c76a9..bd94cb5733 100644
--- a/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_free_test1
${SOURCES}
)
-add_dependencies(paltest_free_test1 CoreClrPal)
+add_dependencies(paltest_free_test1 coreclrpal)
target_link_libraries(paltest_free_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt
index b9d18130f0..fb55bd1051 100644
--- a/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fseek_test1
${SOURCES}
)
-add_dependencies(paltest_fseek_test1 CoreClrPal)
+add_dependencies(paltest_fseek_test1 coreclrpal)
target_link_libraries(paltest_fseek_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt
index 0131f3ffe8..7ea9a51111 100644
--- a/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ftell_test1
${SOURCES}
)
-add_dependencies(paltest_ftell_test1 CoreClrPal)
+add_dependencies(paltest_ftell_test1 coreclrpal)
target_link_libraries(paltest_ftell_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt
index 0e1c0d7f51..ce4271edb2 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test1
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test1 CoreClrPal)
+add_dependencies(paltest_fwprintf_test1 coreclrpal)
target_link_libraries(paltest_fwprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt
index 36fc850cfa..a8323b4fc7 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test10
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test10 CoreClrPal)
+add_dependencies(paltest_fwprintf_test10 coreclrpal)
target_link_libraries(paltest_fwprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt
index b007908b87..1b7987400a 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test11
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test11 CoreClrPal)
+add_dependencies(paltest_fwprintf_test11 coreclrpal)
target_link_libraries(paltest_fwprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt
index 8819ac8fc0..1e43a4c906 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test12
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test12 CoreClrPal)
+add_dependencies(paltest_fwprintf_test12 coreclrpal)
target_link_libraries(paltest_fwprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt
index e8a02bc4cd..c84dc3ea41 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test13
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test13 CoreClrPal)
+add_dependencies(paltest_fwprintf_test13 coreclrpal)
target_link_libraries(paltest_fwprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt
index d4a876210d..97824c76b7 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test14
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test14 CoreClrPal)
+add_dependencies(paltest_fwprintf_test14 coreclrpal)
target_link_libraries(paltest_fwprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt
index fb57973bc8..6786c5b774 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test15
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test15 CoreClrPal)
+add_dependencies(paltest_fwprintf_test15 coreclrpal)
target_link_libraries(paltest_fwprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt
index 7ae3bbb9a8..be14870863 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test16
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test16 CoreClrPal)
+add_dependencies(paltest_fwprintf_test16 coreclrpal)
target_link_libraries(paltest_fwprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt
index fcca5ac663..b390d15620 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test17
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test17 CoreClrPal)
+add_dependencies(paltest_fwprintf_test17 coreclrpal)
target_link_libraries(paltest_fwprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt
index ad62080d55..6f6d79bce5 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test18
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test18 CoreClrPal)
+add_dependencies(paltest_fwprintf_test18 coreclrpal)
target_link_libraries(paltest_fwprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt
index 13b5e1b428..bc10825ce1 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test19
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test19 CoreClrPal)
+add_dependencies(paltest_fwprintf_test19 coreclrpal)
target_link_libraries(paltest_fwprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt
index 73324e577b..64314651c0 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test2
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test2 CoreClrPal)
+add_dependencies(paltest_fwprintf_test2 coreclrpal)
target_link_libraries(paltest_fwprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt
index 7e0d5e9299..6906722cde 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test3
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test3 CoreClrPal)
+add_dependencies(paltest_fwprintf_test3 coreclrpal)
target_link_libraries(paltest_fwprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt
index cd91a651e2..b91bc87195 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test4
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test4 CoreClrPal)
+add_dependencies(paltest_fwprintf_test4 coreclrpal)
target_link_libraries(paltest_fwprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt
index 1fa40bf52a..53bf482b6f 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test5
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test5 CoreClrPal)
+add_dependencies(paltest_fwprintf_test5 coreclrpal)
target_link_libraries(paltest_fwprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt
index 77bec30405..bf7d7cccb8 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test6
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test6 CoreClrPal)
+add_dependencies(paltest_fwprintf_test6 coreclrpal)
target_link_libraries(paltest_fwprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt
index ae9497305d..68bcc9ca65 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test7
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test7 CoreClrPal)
+add_dependencies(paltest_fwprintf_test7 coreclrpal)
target_link_libraries(paltest_fwprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt
index 79ea0e8ad5..e07cbb9119 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test8
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test8 CoreClrPal)
+add_dependencies(paltest_fwprintf_test8 coreclrpal)
target_link_libraries(paltest_fwprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt
index 896cada3b7..898da1a64f 100644
--- a/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwprintf_test9
${SOURCES}
)
-add_dependencies(paltest_fwprintf_test9 CoreClrPal)
+add_dependencies(paltest_fwprintf_test9 coreclrpal)
target_link_libraries(paltest_fwprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt
index b7ebc78721..701e56acb5 100644
--- a/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_fwrite_test1
${SOURCES}
)
-add_dependencies(paltest_fwrite_test1 CoreClrPal)
+add_dependencies(paltest_fwrite_test1 coreclrpal)
target_link_libraries(paltest_fwrite_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt
index 00681b3607..2a29e8af0a 100644
--- a/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getc_test1
${SOURCES}
)
-add_dependencies(paltest_getc_test1 CoreClrPal)
+add_dependencies(paltest_getc_test1 coreclrpal)
target_link_libraries(paltest_getc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt
index 41a6d6ed43..6243c032ab 100644
--- a/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenv_test1
${SOURCES}
)
-add_dependencies(paltest_getenv_test1 CoreClrPal)
+add_dependencies(paltest_getenv_test1 coreclrpal)
target_link_libraries(paltest_getenv_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt
index d57a0d502f..7a301a5ca6 100644
--- a/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenv_test2
${SOURCES}
)
-add_dependencies(paltest_getenv_test2 CoreClrPal)
+add_dependencies(paltest_getenv_test2 coreclrpal)
target_link_libraries(paltest_getenv_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt
index ee9ed71308..2cbe472221 100644
--- a/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenv_test3
${SOURCES}
)
-add_dependencies(paltest_getenv_test3 CoreClrPal)
+add_dependencies(paltest_getenv_test3 coreclrpal)
target_link_libraries(paltest_getenv_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt
index 91f0e82a77..3879bb7902 100644
--- a/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isalnum_test1
${SOURCES}
)
-add_dependencies(paltest_isalnum_test1 CoreClrPal)
+add_dependencies(paltest_isalnum_test1 coreclrpal)
target_link_libraries(paltest_isalnum_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt
index 22e389dd23..44fb72d7fe 100644
--- a/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isalpha_test1
${SOURCES}
)
-add_dependencies(paltest_isalpha_test1 CoreClrPal)
+add_dependencies(paltest_isalpha_test1 coreclrpal)
target_link_libraries(paltest_isalpha_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt
index cd3e415e0a..dd03b238e1 100644
--- a/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isdigit_test1
${SOURCES}
)
-add_dependencies(paltest_isdigit_test1 CoreClrPal)
+add_dependencies(paltest_isdigit_test1 coreclrpal)
target_link_libraries(paltest_isdigit_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt
index 60a93ee826..b7f5ad069f 100644
--- a/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_islower_test1
${SOURCES}
)
-add_dependencies(paltest_islower_test1 CoreClrPal)
+add_dependencies(paltest_islower_test1 coreclrpal)
target_link_libraries(paltest_islower_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt
index 878ab39679..365777ab5a 100644
--- a/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isprint_test1
${SOURCES}
)
-add_dependencies(paltest_isprint_test1 CoreClrPal)
+add_dependencies(paltest_isprint_test1 coreclrpal)
target_link_libraries(paltest_isprint_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt
index 2518a81147..a7ad75cc04 100644
--- a/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isprint_test2
${SOURCES}
)
-add_dependencies(paltest_isprint_test2 CoreClrPal)
+add_dependencies(paltest_isprint_test2 coreclrpal)
target_link_libraries(paltest_isprint_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt
index 29042974a9..34ad70d328 100644
--- a/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isspace_test1
${SOURCES}
)
-add_dependencies(paltest_isspace_test1 CoreClrPal)
+add_dependencies(paltest_isspace_test1 coreclrpal)
target_link_libraries(paltest_isspace_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt
index 74914cb7b9..c7fc71c43b 100644
--- a/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isupper_test1
${SOURCES}
)
-add_dependencies(paltest_isupper_test1 CoreClrPal)
+add_dependencies(paltest_isupper_test1 coreclrpal)
target_link_libraries(paltest_isupper_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt
index b246ec3a58..b35dd5ed6d 100644
--- a/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_iswdigit_test1
${SOURCES}
)
-add_dependencies(paltest_iswdigit_test1 CoreClrPal)
+add_dependencies(paltest_iswdigit_test1 coreclrpal)
target_link_libraries(paltest_iswdigit_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt
index b32e32b80b..5e436c3ca2 100644
--- a/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_iswprint_test1
${SOURCES}
)
-add_dependencies(paltest_iswprint_test1 CoreClrPal)
+add_dependencies(paltest_iswprint_test1 coreclrpal)
target_link_libraries(paltest_iswprint_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt
index ba0d2b4521..1368e55ccc 100644
--- a/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_iswspace_test1
${SOURCES}
)
-add_dependencies(paltest_iswspace_test1 CoreClrPal)
+add_dependencies(paltest_iswspace_test1 coreclrpal)
target_link_libraries(paltest_iswspace_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt
index 8cfc56934e..8b8fae6d72 100644
--- a/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_iswupper_test1
${SOURCES}
)
-add_dependencies(paltest_iswupper_test1 CoreClrPal)
+add_dependencies(paltest_iswupper_test1 coreclrpal)
target_link_libraries(paltest_iswupper_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt
index 2cccef6fad..3a726eced9 100644
--- a/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_iswxdigit_test1
${SOURCES}
)
-add_dependencies(paltest_iswxdigit_test1 CoreClrPal)
+add_dependencies(paltest_iswxdigit_test1 coreclrpal)
target_link_libraries(paltest_iswxdigit_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt
index 3f5f614f9a..8919b36e42 100644
--- a/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isxdigit_test1
${SOURCES}
)
-add_dependencies(paltest_isxdigit_test1 CoreClrPal)
+add_dependencies(paltest_isxdigit_test1 coreclrpal)
target_link_libraries(paltest_isxdigit_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt
index 68fe4c3c0a..cf0f0999a9 100644
--- a/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_labs_test1
${SOURCES}
)
-add_dependencies(paltest_labs_test1 CoreClrPal)
+add_dependencies(paltest_labs_test1 coreclrpal)
target_link_libraries(paltest_labs_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/llabs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/llabs/test1/CMakeLists.txt
index e65be7e8d5..8f5bdbe097 100644
--- a/src/pal/tests/palsuite/c_runtime/llabs/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/llabs/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_llabs_test1
${SOURCES}
)
-add_dependencies(paltest_llabs_test1 CoreClrPal)
+add_dependencies(paltest_llabs_test1 coreclrpal)
target_link_libraries(paltest_llabs_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt
index a245f1fbac..25acf48749 100644
--- a/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_localtime_test1
${SOURCES}
)
-add_dependencies(paltest_localtime_test1 CoreClrPal)
+add_dependencies(paltest_localtime_test1 coreclrpal)
target_link_libraries(paltest_localtime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt
index dc0d5a3115..dd19002904 100644
--- a/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_log_test1
${SOURCES}
)
-add_dependencies(paltest_log_test1 CoreClrPal)
+add_dependencies(paltest_log_test1 coreclrpal)
target_link_libraries(paltest_log_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt
index 3e26d297c8..31e750df3e 100644
--- a/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_log10_test1
${SOURCES}
)
-add_dependencies(paltest_log10_test1 CoreClrPal)
+add_dependencies(paltest_log10_test1 coreclrpal)
target_link_libraries(paltest_log10_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt
index 35179cbc3e..4a388ad3d7 100644
--- a/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_malloc_test1
${SOURCES}
)
-add_dependencies(paltest_malloc_test1 CoreClrPal)
+add_dependencies(paltest_malloc_test1 coreclrpal)
target_link_libraries(paltest_malloc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt
index ac6ac9c379..abbed2aa62 100644
--- a/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_malloc_test2
${SOURCES}
)
-add_dependencies(paltest_malloc_test2 CoreClrPal)
+add_dependencies(paltest_malloc_test2 coreclrpal)
target_link_libraries(paltest_malloc_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt
index fe4d434353..4e33a8fc04 100644
--- a/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_memchr_test1
${SOURCES}
)
-add_dependencies(paltest_memchr_test1 CoreClrPal)
+add_dependencies(paltest_memchr_test1 coreclrpal)
target_link_libraries(paltest_memchr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt
index f161217879..b61f208f34 100644
--- a/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_memcmp_test1
${SOURCES}
)
-add_dependencies(paltest_memcmp_test1 CoreClrPal)
+add_dependencies(paltest_memcmp_test1 coreclrpal)
target_link_libraries(paltest_memcmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt
index d1b2f60d97..d846bfc62d 100644
--- a/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_memcpy_test1
${SOURCES}
)
-add_dependencies(paltest_memcpy_test1 CoreClrPal)
+add_dependencies(paltest_memcpy_test1 coreclrpal)
target_link_libraries(paltest_memcpy_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt
index f5dbe7abaa..cf50ec01b7 100644
--- a/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_memmove_test1
${SOURCES}
)
-add_dependencies(paltest_memmove_test1 CoreClrPal)
+add_dependencies(paltest_memmove_test1 coreclrpal)
target_link_libraries(paltest_memmove_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt
index e77b22e2f2..78b5a6bc00 100644
--- a/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_memset_test1
${SOURCES}
)
-add_dependencies(paltest_memset_test1 CoreClrPal)
+add_dependencies(paltest_memset_test1 coreclrpal)
target_link_libraries(paltest_memset_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt
index 03cbec3b8f..4b65ba7a6f 100644
--- a/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_modf_test1
${SOURCES}
)
-add_dependencies(paltest_modf_test1 CoreClrPal)
+add_dependencies(paltest_modf_test1 coreclrpal)
target_link_libraries(paltest_modf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt
index 7ae6dff1da..69ba02af17 100644
--- a/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pow_test1
${SOURCES}
)
-add_dependencies(paltest_pow_test1 CoreClrPal)
+add_dependencies(paltest_pow_test1 coreclrpal)
target_link_libraries(paltest_pow_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt
index b742a04a91..b480b04d31 100644
--- a/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pow_test2
${SOURCES}
)
-add_dependencies(paltest_pow_test2 CoreClrPal)
+add_dependencies(paltest_pow_test2 coreclrpal)
target_link_libraries(paltest_pow_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt
index 14ba90cc41..414c3baeb6 100644
--- a/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pow_test3
${SOURCES}
)
-add_dependencies(paltest_pow_test3 CoreClrPal)
+add_dependencies(paltest_pow_test3 coreclrpal)
target_link_libraries(paltest_pow_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt
index d1a2a54b8f..bea9151ed7 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test1
${SOURCES}
)
-add_dependencies(paltest_printf_test1 CoreClrPal)
+add_dependencies(paltest_printf_test1 coreclrpal)
target_link_libraries(paltest_printf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt
index 91e87de19d..89ff2e0190 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test10
${SOURCES}
)
-add_dependencies(paltest_printf_test10 CoreClrPal)
+add_dependencies(paltest_printf_test10 coreclrpal)
target_link_libraries(paltest_printf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt
index 495763386a..349f154a8d 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test11
${SOURCES}
)
-add_dependencies(paltest_printf_test11 CoreClrPal)
+add_dependencies(paltest_printf_test11 coreclrpal)
target_link_libraries(paltest_printf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt
index 7a2888ad94..0d32ee1690 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test12
${SOURCES}
)
-add_dependencies(paltest_printf_test12 CoreClrPal)
+add_dependencies(paltest_printf_test12 coreclrpal)
target_link_libraries(paltest_printf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt
index cf6c1dcdc3..348d25b22d 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test13
${SOURCES}
)
-add_dependencies(paltest_printf_test13 CoreClrPal)
+add_dependencies(paltest_printf_test13 coreclrpal)
target_link_libraries(paltest_printf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt
index 06e172be53..659ea78cc6 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test14
${SOURCES}
)
-add_dependencies(paltest_printf_test14 CoreClrPal)
+add_dependencies(paltest_printf_test14 coreclrpal)
target_link_libraries(paltest_printf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt
index 205fa293e5..9e4e310304 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test15
${SOURCES}
)
-add_dependencies(paltest_printf_test15 CoreClrPal)
+add_dependencies(paltest_printf_test15 coreclrpal)
target_link_libraries(paltest_printf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt
index c54fe4fbc5..7e477a3059 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test16
${SOURCES}
)
-add_dependencies(paltest_printf_test16 CoreClrPal)
+add_dependencies(paltest_printf_test16 coreclrpal)
target_link_libraries(paltest_printf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt
index 93e076c0e0..c18450c2aa 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test17
${SOURCES}
)
-add_dependencies(paltest_printf_test17 CoreClrPal)
+add_dependencies(paltest_printf_test17 coreclrpal)
target_link_libraries(paltest_printf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt
index 9dcc7f5de4..b0468314a3 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test18
${SOURCES}
)
-add_dependencies(paltest_printf_test18 CoreClrPal)
+add_dependencies(paltest_printf_test18 coreclrpal)
target_link_libraries(paltest_printf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt
index 33039439ca..efd47563d4 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test19
${SOURCES}
)
-add_dependencies(paltest_printf_test19 CoreClrPal)
+add_dependencies(paltest_printf_test19 coreclrpal)
target_link_libraries(paltest_printf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt
index 1afddb114b..c303a69134 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test2
${SOURCES}
)
-add_dependencies(paltest_printf_test2 CoreClrPal)
+add_dependencies(paltest_printf_test2 coreclrpal)
target_link_libraries(paltest_printf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt
index 8a8efc44f6..8bc7479797 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test3
${SOURCES}
)
-add_dependencies(paltest_printf_test3 CoreClrPal)
+add_dependencies(paltest_printf_test3 coreclrpal)
target_link_libraries(paltest_printf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt
index ef67cb7c35..55e5700fe3 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test4
${SOURCES}
)
-add_dependencies(paltest_printf_test4 CoreClrPal)
+add_dependencies(paltest_printf_test4 coreclrpal)
target_link_libraries(paltest_printf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt
index 155fd13480..d091bca2dc 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test5
${SOURCES}
)
-add_dependencies(paltest_printf_test5 CoreClrPal)
+add_dependencies(paltest_printf_test5 coreclrpal)
target_link_libraries(paltest_printf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt
index 8fcda8a506..c004e353e9 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test6
${SOURCES}
)
-add_dependencies(paltest_printf_test6 CoreClrPal)
+add_dependencies(paltest_printf_test6 coreclrpal)
target_link_libraries(paltest_printf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt
index f881dc887c..ff6b647ccd 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test7
${SOURCES}
)
-add_dependencies(paltest_printf_test7 CoreClrPal)
+add_dependencies(paltest_printf_test7 coreclrpal)
target_link_libraries(paltest_printf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt
index cd2459ee78..5ee387f5b8 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test8
${SOURCES}
)
-add_dependencies(paltest_printf_test8 CoreClrPal)
+add_dependencies(paltest_printf_test8 coreclrpal)
target_link_libraries(paltest_printf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt
index a5ef364da8..baf46c1065 100644
--- a/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_printf_test9
${SOURCES}
)
-add_dependencies(paltest_printf_test9 CoreClrPal)
+add_dependencies(paltest_printf_test9 coreclrpal)
target_link_libraries(paltest_printf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt
index 5a7bbcd2ba..105a727e91 100644
--- a/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_qsort_test1
${SOURCES}
)
-add_dependencies(paltest_qsort_test1 CoreClrPal)
+add_dependencies(paltest_qsort_test1 coreclrpal)
target_link_libraries(paltest_qsort_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt
index 40bb3357bb..09e3f6db1e 100644
--- a/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_qsort_test2
${SOURCES}
)
-add_dependencies(paltest_qsort_test2 CoreClrPal)
+add_dependencies(paltest_qsort_test2 coreclrpal)
target_link_libraries(paltest_qsort_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt
index c1edf1c9f9..939914662a 100644
--- a/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_rand_srand_test1
${SOURCES}
)
-add_dependencies(paltest_rand_srand_test1 CoreClrPal)
+add_dependencies(paltest_rand_srand_test1 coreclrpal)
target_link_libraries(paltest_rand_srand_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt
index 606cb91c1a..0a9f34fc3b 100644
--- a/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_realloc_test1
${SOURCES}
)
-add_dependencies(paltest_realloc_test1 CoreClrPal)
+add_dependencies(paltest_realloc_test1 coreclrpal)
target_link_libraries(paltest_realloc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt
index ac1f644124..e074337452 100644
--- a/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sin_test1
${SOURCES}
)
-add_dependencies(paltest_sin_test1 CoreClrPal)
+add_dependencies(paltest_sin_test1 coreclrpal)
target_link_libraries(paltest_sin_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt
index 59342a7038..66cc691d92 100644
--- a/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sinh_test1
${SOURCES}
)
-add_dependencies(paltest_sinh_test1 CoreClrPal)
+add_dependencies(paltest_sinh_test1 coreclrpal)
target_link_libraries(paltest_sinh_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt
index 9174323357..bdec045af9 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test1
${SOURCES}
)
-add_dependencies(paltest_sprintf_test1 CoreClrPal)
+add_dependencies(paltest_sprintf_test1 coreclrpal)
target_link_libraries(paltest_sprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt
index 6da7eed1ec..91e9db8ccc 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test10
${SOURCES}
)
-add_dependencies(paltest_sprintf_test10 CoreClrPal)
+add_dependencies(paltest_sprintf_test10 coreclrpal)
target_link_libraries(paltest_sprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt
index 17fe2843be..b14c8be04d 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test11
${SOURCES}
)
-add_dependencies(paltest_sprintf_test11 CoreClrPal)
+add_dependencies(paltest_sprintf_test11 coreclrpal)
target_link_libraries(paltest_sprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt
index cb1634ca21..1e517495bd 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test12
${SOURCES}
)
-add_dependencies(paltest_sprintf_test12 CoreClrPal)
+add_dependencies(paltest_sprintf_test12 coreclrpal)
target_link_libraries(paltest_sprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt
index b556a6bfe0..25b033fe82 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test13
${SOURCES}
)
-add_dependencies(paltest_sprintf_test13 CoreClrPal)
+add_dependencies(paltest_sprintf_test13 coreclrpal)
target_link_libraries(paltest_sprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt
index 42e4247ce7..5eae306e16 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test14
${SOURCES}
)
-add_dependencies(paltest_sprintf_test14 CoreClrPal)
+add_dependencies(paltest_sprintf_test14 coreclrpal)
target_link_libraries(paltest_sprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt
index 063112f134..1fff23fc89 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test15
${SOURCES}
)
-add_dependencies(paltest_sprintf_test15 CoreClrPal)
+add_dependencies(paltest_sprintf_test15 coreclrpal)
target_link_libraries(paltest_sprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt
index ec36a6e363..2065c576d9 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test16
${SOURCES}
)
-add_dependencies(paltest_sprintf_test16 CoreClrPal)
+add_dependencies(paltest_sprintf_test16 coreclrpal)
target_link_libraries(paltest_sprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt
index 67ef663a4e..ce3a8ad048 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test17
${SOURCES}
)
-add_dependencies(paltest_sprintf_test17 CoreClrPal)
+add_dependencies(paltest_sprintf_test17 coreclrpal)
target_link_libraries(paltest_sprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt
index b460a94062..6f69e1c7c2 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test18
${SOURCES}
)
-add_dependencies(paltest_sprintf_test18 CoreClrPal)
+add_dependencies(paltest_sprintf_test18 coreclrpal)
target_link_libraries(paltest_sprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt
index 576a67a9fb..a2917b27dc 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test19
${SOURCES}
)
-add_dependencies(paltest_sprintf_test19 CoreClrPal)
+add_dependencies(paltest_sprintf_test19 coreclrpal)
target_link_libraries(paltest_sprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt
index 3647e49aac..8af1c53a30 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test2
${SOURCES}
)
-add_dependencies(paltest_sprintf_test2 CoreClrPal)
+add_dependencies(paltest_sprintf_test2 coreclrpal)
target_link_libraries(paltest_sprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt
index 5bb7e6703a..b7b7e0a579 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test3
${SOURCES}
)
-add_dependencies(paltest_sprintf_test3 CoreClrPal)
+add_dependencies(paltest_sprintf_test3 coreclrpal)
target_link_libraries(paltest_sprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt
index e112686cd4..3478867b7c 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test4
${SOURCES}
)
-add_dependencies(paltest_sprintf_test4 CoreClrPal)
+add_dependencies(paltest_sprintf_test4 coreclrpal)
target_link_libraries(paltest_sprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt
index 1d5d7b1e52..dfa7583766 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test5
${SOURCES}
)
-add_dependencies(paltest_sprintf_test5 CoreClrPal)
+add_dependencies(paltest_sprintf_test5 coreclrpal)
target_link_libraries(paltest_sprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt
index 3019ecad9d..7a9a5fc856 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test6
${SOURCES}
)
-add_dependencies(paltest_sprintf_test6 CoreClrPal)
+add_dependencies(paltest_sprintf_test6 coreclrpal)
target_link_libraries(paltest_sprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt
index 2f7e4b0b1d..a539a59ab9 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test7
${SOURCES}
)
-add_dependencies(paltest_sprintf_test7 CoreClrPal)
+add_dependencies(paltest_sprintf_test7 coreclrpal)
target_link_libraries(paltest_sprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt
index 951b439e1c..7a92c5072a 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test8
${SOURCES}
)
-add_dependencies(paltest_sprintf_test8 CoreClrPal)
+add_dependencies(paltest_sprintf_test8 coreclrpal)
target_link_libraries(paltest_sprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt
index 7e537f1291..2a91658bd4 100644
--- a/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sprintf_test9
${SOURCES}
)
-add_dependencies(paltest_sprintf_test9 CoreClrPal)
+add_dependencies(paltest_sprintf_test9 coreclrpal)
target_link_libraries(paltest_sprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt
index 70b18b1682..4347c44e46 100644
--- a/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sqrt_test1
${SOURCES}
)
-add_dependencies(paltest_sqrt_test1 CoreClrPal)
+add_dependencies(paltest_sqrt_test1 coreclrpal)
target_link_libraries(paltest_sqrt_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt
index 1cb92d76b3..dce6d1de87 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test1
${SOURCES}
)
-add_dependencies(paltest_sscanf_test1 CoreClrPal)
+add_dependencies(paltest_sscanf_test1 coreclrpal)
target_link_libraries(paltest_sscanf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt
index 98010ff63c..c27e4ce33a 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test10
${SOURCES}
)
-add_dependencies(paltest_sscanf_test10 CoreClrPal)
+add_dependencies(paltest_sscanf_test10 coreclrpal)
target_link_libraries(paltest_sscanf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt
index 7301235dcd..7570e990bf 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test11
${SOURCES}
)
-add_dependencies(paltest_sscanf_test11 CoreClrPal)
+add_dependencies(paltest_sscanf_test11 coreclrpal)
target_link_libraries(paltest_sscanf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt
index 687a2e08ee..b6509e46d4 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test12
${SOURCES}
)
-add_dependencies(paltest_sscanf_test12 CoreClrPal)
+add_dependencies(paltest_sscanf_test12 coreclrpal)
target_link_libraries(paltest_sscanf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt
index 4714aa2d4d..6fb4094f00 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test13
${SOURCES}
)
-add_dependencies(paltest_sscanf_test13 CoreClrPal)
+add_dependencies(paltest_sscanf_test13 coreclrpal)
target_link_libraries(paltest_sscanf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt
index d40c30336b..373a75fbda 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test14
${SOURCES}
)
-add_dependencies(paltest_sscanf_test14 CoreClrPal)
+add_dependencies(paltest_sscanf_test14 coreclrpal)
target_link_libraries(paltest_sscanf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt
index d925dcfa94..d500901782 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test15
${SOURCES}
)
-add_dependencies(paltest_sscanf_test15 CoreClrPal)
+add_dependencies(paltest_sscanf_test15 coreclrpal)
target_link_libraries(paltest_sscanf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt
index 1b24c90e9c..c5e18ec061 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test16
${SOURCES}
)
-add_dependencies(paltest_sscanf_test16 CoreClrPal)
+add_dependencies(paltest_sscanf_test16 coreclrpal)
target_link_libraries(paltest_sscanf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt
index 18328534fe..7d908ab832 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test17
${SOURCES}
)
-add_dependencies(paltest_sscanf_test17 CoreClrPal)
+add_dependencies(paltest_sscanf_test17 coreclrpal)
target_link_libraries(paltest_sscanf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt
index 08805cb274..571d773a88 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test2
${SOURCES}
)
-add_dependencies(paltest_sscanf_test2 CoreClrPal)
+add_dependencies(paltest_sscanf_test2 coreclrpal)
target_link_libraries(paltest_sscanf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt
index e27386382d..ced8d5f8da 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test3
${SOURCES}
)
-add_dependencies(paltest_sscanf_test3 CoreClrPal)
+add_dependencies(paltest_sscanf_test3 coreclrpal)
target_link_libraries(paltest_sscanf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt
index eb3b794d74..3e70d6dae2 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test4
${SOURCES}
)
-add_dependencies(paltest_sscanf_test4 CoreClrPal)
+add_dependencies(paltest_sscanf_test4 coreclrpal)
target_link_libraries(paltest_sscanf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt
index 2d48f34d35..391e51baa2 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test5
${SOURCES}
)
-add_dependencies(paltest_sscanf_test5 CoreClrPal)
+add_dependencies(paltest_sscanf_test5 coreclrpal)
target_link_libraries(paltest_sscanf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt
index c3cafa5171..c0b21bfd0d 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test6
${SOURCES}
)
-add_dependencies(paltest_sscanf_test6 CoreClrPal)
+add_dependencies(paltest_sscanf_test6 coreclrpal)
target_link_libraries(paltest_sscanf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt
index 196a081c93..bcbd268011 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test7
${SOURCES}
)
-add_dependencies(paltest_sscanf_test7 CoreClrPal)
+add_dependencies(paltest_sscanf_test7 coreclrpal)
target_link_libraries(paltest_sscanf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt
index c9f7a63ee7..211e9e4df6 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test8
${SOURCES}
)
-add_dependencies(paltest_sscanf_test8 CoreClrPal)
+add_dependencies(paltest_sscanf_test8 coreclrpal)
target_link_libraries(paltest_sscanf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt
index ce041f83b3..77c269aeaa 100644
--- a/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sscanf_test9
${SOURCES}
)
-add_dependencies(paltest_sscanf_test9 CoreClrPal)
+add_dependencies(paltest_sscanf_test9 coreclrpal)
target_link_libraries(paltest_sscanf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt
index 9fc9f6a609..4a0f0be32d 100644
--- a/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strcat_test1
${SOURCES}
)
-add_dependencies(paltest_strcat_test1 CoreClrPal)
+add_dependencies(paltest_strcat_test1 coreclrpal)
target_link_libraries(paltest_strcat_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt
index 62769d6a15..1d248f3f56 100644
--- a/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strchr_test1
${SOURCES}
)
-add_dependencies(paltest_strchr_test1 CoreClrPal)
+add_dependencies(paltest_strchr_test1 coreclrpal)
target_link_libraries(paltest_strchr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt
index 7d2ad6ab89..b953dfa034 100644
--- a/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strcmp_test1
${SOURCES}
)
-add_dependencies(paltest_strcmp_test1 CoreClrPal)
+add_dependencies(paltest_strcmp_test1 coreclrpal)
target_link_libraries(paltest_strcmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt
index 23685573df..043ec57d98 100644
--- a/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strcpy_test1
${SOURCES}
)
-add_dependencies(paltest_strcpy_test1 CoreClrPal)
+add_dependencies(paltest_strcpy_test1 coreclrpal)
target_link_libraries(paltest_strcpy_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt
index a527c126a3..a38761c335 100644
--- a/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strcspn_test1
${SOURCES}
)
-add_dependencies(paltest_strcspn_test1 CoreClrPal)
+add_dependencies(paltest_strcspn_test1 coreclrpal)
target_link_libraries(paltest_strcspn_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt
index 0ed148275a..c61828a97b 100644
--- a/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strlen_test1
${SOURCES}
)
-add_dependencies(paltest_strlen_test1 CoreClrPal)
+add_dependencies(paltest_strlen_test1 coreclrpal)
target_link_libraries(paltest_strlen_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt
index 5d4452a767..7595f66939 100644
--- a/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strncat_test1
${SOURCES}
)
-add_dependencies(paltest_strncat_test1 CoreClrPal)
+add_dependencies(paltest_strncat_test1 coreclrpal)
target_link_libraries(paltest_strncat_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt
index 8714eaac1f..4a0337a3dc 100644
--- a/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strncmp_test1
${SOURCES}
)
-add_dependencies(paltest_strncmp_test1 CoreClrPal)
+add_dependencies(paltest_strncmp_test1 coreclrpal)
target_link_libraries(paltest_strncmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt
index 3289b71c94..6e0250bce3 100644
--- a/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strncpy_test1
${SOURCES}
)
-add_dependencies(paltest_strncpy_test1 CoreClrPal)
+add_dependencies(paltest_strncpy_test1 coreclrpal)
target_link_libraries(paltest_strncpy_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt
index f4fe59f10e..eac9ac9169 100644
--- a/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strpbrk_test1
${SOURCES}
)
-add_dependencies(paltest_strpbrk_test1 CoreClrPal)
+add_dependencies(paltest_strpbrk_test1 coreclrpal)
target_link_libraries(paltest_strpbrk_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt
index 6d7f7fef87..5c099b0cd2 100644
--- a/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strrchr_test1
${SOURCES}
)
-add_dependencies(paltest_strrchr_test1 CoreClrPal)
+add_dependencies(paltest_strrchr_test1 coreclrpal)
target_link_libraries(paltest_strrchr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt
index 78aeb765df..45caaf1bf8 100644
--- a/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strspn_test1
${SOURCES}
)
-add_dependencies(paltest_strspn_test1 CoreClrPal)
+add_dependencies(paltest_strspn_test1 coreclrpal)
target_link_libraries(paltest_strspn_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt
index e23bb011d7..17e6ae8457 100644
--- a/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strstr_test1
${SOURCES}
)
-add_dependencies(paltest_strstr_test1 CoreClrPal)
+add_dependencies(paltest_strstr_test1 coreclrpal)
target_link_libraries(paltest_strstr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt
index 64d6127737..d3a9d61a4d 100644
--- a/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strtod_test1
${SOURCES}
)
-add_dependencies(paltest_strtod_test1 CoreClrPal)
+add_dependencies(paltest_strtod_test1 coreclrpal)
target_link_libraries(paltest_strtod_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt
index 6fa41c2d1d..6f407c5914 100644
--- a/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strtod_test2
${SOURCES}
)
-add_dependencies(paltest_strtod_test2 CoreClrPal)
+add_dependencies(paltest_strtod_test2 coreclrpal)
target_link_libraries(paltest_strtod_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt
index fdbbfbd9a4..1d5fc04cca 100644
--- a/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strtok_test1
${SOURCES}
)
-add_dependencies(paltest_strtok_test1 CoreClrPal)
+add_dependencies(paltest_strtok_test1 coreclrpal)
target_link_libraries(paltest_strtok_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt
index 0aa0359342..61dbd4f9a3 100644
--- a/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_strtoul_test1
${SOURCES}
)
-add_dependencies(paltest_strtoul_test1 CoreClrPal)
+add_dependencies(paltest_strtoul_test1 coreclrpal)
target_link_libraries(paltest_strtoul_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt
index def5a7a793..fcf816029e 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test1
${SOURCES}
)
-add_dependencies(paltest_swprintf_test1 CoreClrPal)
+add_dependencies(paltest_swprintf_test1 coreclrpal)
target_link_libraries(paltest_swprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt
index eebe39e383..302c5e5923 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test10
${SOURCES}
)
-add_dependencies(paltest_swprintf_test10 CoreClrPal)
+add_dependencies(paltest_swprintf_test10 coreclrpal)
target_link_libraries(paltest_swprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt
index af2ea2632b..484d57ef58 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test11
${SOURCES}
)
-add_dependencies(paltest_swprintf_test11 CoreClrPal)
+add_dependencies(paltest_swprintf_test11 coreclrpal)
target_link_libraries(paltest_swprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt
index 284a772639..6d45ee4646 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test12
${SOURCES}
)
-add_dependencies(paltest_swprintf_test12 CoreClrPal)
+add_dependencies(paltest_swprintf_test12 coreclrpal)
target_link_libraries(paltest_swprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt
index ae7ade2dc9..20f6f0df7b 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test13
${SOURCES}
)
-add_dependencies(paltest_swprintf_test13 CoreClrPal)
+add_dependencies(paltest_swprintf_test13 coreclrpal)
target_link_libraries(paltest_swprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt
index 9d97a94a1f..a052f60116 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test14
${SOURCES}
)
-add_dependencies(paltest_swprintf_test14 CoreClrPal)
+add_dependencies(paltest_swprintf_test14 coreclrpal)
target_link_libraries(paltest_swprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt
index 6de51c9b39..7bc2da122f 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test15
${SOURCES}
)
-add_dependencies(paltest_swprintf_test15 CoreClrPal)
+add_dependencies(paltest_swprintf_test15 coreclrpal)
target_link_libraries(paltest_swprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt
index be35806f4a..e6ad3abd3f 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test16
${SOURCES}
)
-add_dependencies(paltest_swprintf_test16 CoreClrPal)
+add_dependencies(paltest_swprintf_test16 coreclrpal)
target_link_libraries(paltest_swprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt
index 0caa7f1805..401285b740 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test17
${SOURCES}
)
-add_dependencies(paltest_swprintf_test17 CoreClrPal)
+add_dependencies(paltest_swprintf_test17 coreclrpal)
target_link_libraries(paltest_swprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt
index da01d2e2bc..210ab2c7ec 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test18
${SOURCES}
)
-add_dependencies(paltest_swprintf_test18 CoreClrPal)
+add_dependencies(paltest_swprintf_test18 coreclrpal)
target_link_libraries(paltest_swprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt
index b6579808fb..b9d44a3031 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test19
${SOURCES}
)
-add_dependencies(paltest_swprintf_test19 CoreClrPal)
+add_dependencies(paltest_swprintf_test19 coreclrpal)
target_link_libraries(paltest_swprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt
index 48a4991f72..84446d5f6d 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test2
${SOURCES}
)
-add_dependencies(paltest_swprintf_test2 CoreClrPal)
+add_dependencies(paltest_swprintf_test2 coreclrpal)
target_link_libraries(paltest_swprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt
index a4523bbf23..6dbd8a3c36 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test3
${SOURCES}
)
-add_dependencies(paltest_swprintf_test3 CoreClrPal)
+add_dependencies(paltest_swprintf_test3 coreclrpal)
target_link_libraries(paltest_swprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt
index 88e1d5fef3..a665948c47 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test4
${SOURCES}
)
-add_dependencies(paltest_swprintf_test4 CoreClrPal)
+add_dependencies(paltest_swprintf_test4 coreclrpal)
target_link_libraries(paltest_swprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt
index 36c74a994a..8268ec2963 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test5
${SOURCES}
)
-add_dependencies(paltest_swprintf_test5 CoreClrPal)
+add_dependencies(paltest_swprintf_test5 coreclrpal)
target_link_libraries(paltest_swprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt
index 86093dd629..6a90c0b88e 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test6
${SOURCES}
)
-add_dependencies(paltest_swprintf_test6 CoreClrPal)
+add_dependencies(paltest_swprintf_test6 coreclrpal)
target_link_libraries(paltest_swprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt
index 84b6d4b257..2b1c30cb56 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test7
${SOURCES}
)
-add_dependencies(paltest_swprintf_test7 CoreClrPal)
+add_dependencies(paltest_swprintf_test7 coreclrpal)
target_link_libraries(paltest_swprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt
index 841e123f09..281e6df097 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test8
${SOURCES}
)
-add_dependencies(paltest_swprintf_test8 CoreClrPal)
+add_dependencies(paltest_swprintf_test8 coreclrpal)
target_link_libraries(paltest_swprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt
index 36551f7b4e..054b40a998 100644
--- a/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swprintf_test9
${SOURCES}
)
-add_dependencies(paltest_swprintf_test9 CoreClrPal)
+add_dependencies(paltest_swprintf_test9 coreclrpal)
target_link_libraries(paltest_swprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt
index db49c924bd..030aaaf709 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test1
${SOURCES}
)
-add_dependencies(paltest_swscanf_test1 CoreClrPal)
+add_dependencies(paltest_swscanf_test1 coreclrpal)
target_link_libraries(paltest_swscanf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt
index a2458f39f9..f7c8b284ff 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test10
${SOURCES}
)
-add_dependencies(paltest_swscanf_test10 CoreClrPal)
+add_dependencies(paltest_swscanf_test10 coreclrpal)
target_link_libraries(paltest_swscanf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt
index ccade9a31c..17066f31b8 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test11
${SOURCES}
)
-add_dependencies(paltest_swscanf_test11 CoreClrPal)
+add_dependencies(paltest_swscanf_test11 coreclrpal)
target_link_libraries(paltest_swscanf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt
index fb504b3876..95f5174ecb 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test12
${SOURCES}
)
-add_dependencies(paltest_swscanf_test12 CoreClrPal)
+add_dependencies(paltest_swscanf_test12 coreclrpal)
target_link_libraries(paltest_swscanf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt
index 0d951c6ca1..47abc50313 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test13
${SOURCES}
)
-add_dependencies(paltest_swscanf_test13 CoreClrPal)
+add_dependencies(paltest_swscanf_test13 coreclrpal)
target_link_libraries(paltest_swscanf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt
index e7f84dc94c..a470436ce7 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test14
${SOURCES}
)
-add_dependencies(paltest_swscanf_test14 CoreClrPal)
+add_dependencies(paltest_swscanf_test14 coreclrpal)
target_link_libraries(paltest_swscanf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt
index cf6cd66756..d89650b12c 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test15
${SOURCES}
)
-add_dependencies(paltest_swscanf_test15 CoreClrPal)
+add_dependencies(paltest_swscanf_test15 coreclrpal)
target_link_libraries(paltest_swscanf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt
index 18cd04f816..a2a00f11b6 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test16
${SOURCES}
)
-add_dependencies(paltest_swscanf_test16 CoreClrPal)
+add_dependencies(paltest_swscanf_test16 coreclrpal)
target_link_libraries(paltest_swscanf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt
index d3f2713f42..c224f5d9a6 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test17
${SOURCES}
)
-add_dependencies(paltest_swscanf_test17 CoreClrPal)
+add_dependencies(paltest_swscanf_test17 coreclrpal)
target_link_libraries(paltest_swscanf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt
index fe6050c053..a5335ddb48 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test2
${SOURCES}
)
-add_dependencies(paltest_swscanf_test2 CoreClrPal)
+add_dependencies(paltest_swscanf_test2 coreclrpal)
target_link_libraries(paltest_swscanf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt
index 50f0a6d0f1..5c229c26d3 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test3
${SOURCES}
)
-add_dependencies(paltest_swscanf_test3 CoreClrPal)
+add_dependencies(paltest_swscanf_test3 coreclrpal)
target_link_libraries(paltest_swscanf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt
index cedb796263..5e281aaf34 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test4
${SOURCES}
)
-add_dependencies(paltest_swscanf_test4 CoreClrPal)
+add_dependencies(paltest_swscanf_test4 coreclrpal)
target_link_libraries(paltest_swscanf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt
index 8419aa1459..8b259aa78d 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test5
${SOURCES}
)
-add_dependencies(paltest_swscanf_test5 CoreClrPal)
+add_dependencies(paltest_swscanf_test5 coreclrpal)
target_link_libraries(paltest_swscanf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt
index 87da75a91b..c3fd8696ab 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test6
${SOURCES}
)
-add_dependencies(paltest_swscanf_test6 CoreClrPal)
+add_dependencies(paltest_swscanf_test6 coreclrpal)
target_link_libraries(paltest_swscanf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt
index 6064de2a91..00541306df 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test7
${SOURCES}
)
-add_dependencies(paltest_swscanf_test7 CoreClrPal)
+add_dependencies(paltest_swscanf_test7 coreclrpal)
target_link_libraries(paltest_swscanf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt
index 15c05ba1f8..d6aa631ab9 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test8
${SOURCES}
)
-add_dependencies(paltest_swscanf_test8 CoreClrPal)
+add_dependencies(paltest_swscanf_test8 coreclrpal)
target_link_libraries(paltest_swscanf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt
index b137157d01..4f7595a205 100644
--- a/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_swscanf_test9
${SOURCES}
)
-add_dependencies(paltest_swscanf_test9 CoreClrPal)
+add_dependencies(paltest_swscanf_test9 coreclrpal)
target_link_libraries(paltest_swscanf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt
index e04729f00c..665fc22d5e 100644
--- a/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tan_test1
${SOURCES}
)
-add_dependencies(paltest_tan_test1 CoreClrPal)
+add_dependencies(paltest_tan_test1 coreclrpal)
target_link_libraries(paltest_tan_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt
index 5133595609..f8e439dd95 100644
--- a/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tanh_test1
${SOURCES}
)
-add_dependencies(paltest_tanh_test1 CoreClrPal)
+add_dependencies(paltest_tanh_test1 coreclrpal)
target_link_libraries(paltest_tanh_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt
index a77ad1004f..d495266cef 100644
--- a/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_time_test1
${SOURCES}
)
-add_dependencies(paltest_time_test1 CoreClrPal)
+add_dependencies(paltest_time_test1 coreclrpal)
target_link_libraries(paltest_time_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt
index 0029a68118..537f239cf8 100644
--- a/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tolower_test1
${SOURCES}
)
-add_dependencies(paltest_tolower_test1 CoreClrPal)
+add_dependencies(paltest_tolower_test1 coreclrpal)
target_link_libraries(paltest_tolower_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt
index cd9d03a47f..e5aa375a9b 100644
--- a/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_toupper_test1
${SOURCES}
)
-add_dependencies(paltest_toupper_test1 CoreClrPal)
+add_dependencies(paltest_toupper_test1 coreclrpal)
target_link_libraries(paltest_toupper_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt
index 16d73757c8..2a3e6a07ef 100644
--- a/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_towlower_test1
${SOURCES}
)
-add_dependencies(paltest_towlower_test1 CoreClrPal)
+add_dependencies(paltest_towlower_test1 coreclrpal)
target_link_libraries(paltest_towlower_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt
index 36c15e6172..537efbe0fa 100644
--- a/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_towupper_test1
${SOURCES}
)
-add_dependencies(paltest_towupper_test1 CoreClrPal)
+add_dependencies(paltest_towupper_test1 coreclrpal)
target_link_libraries(paltest_towupper_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt
index 01db358018..da19397e2c 100644
--- a/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ungetc_test1
${SOURCES}
)
-add_dependencies(paltest_ungetc_test1 CoreClrPal)
+add_dependencies(paltest_ungetc_test1 coreclrpal)
target_link_libraries(paltest_ungetc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt
index 2296ec9ab8..7b63423628 100644
--- a/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ungetc_test2
${SOURCES}
)
-add_dependencies(paltest_ungetc_test2 CoreClrPal)
+add_dependencies(paltest_ungetc_test2 coreclrpal)
target_link_libraries(paltest_ungetc_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt
index eac18a5e03..4c967fbc5b 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test1
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test1 CoreClrPal)
+add_dependencies(paltest_vfprintf_test1 coreclrpal)
target_link_libraries(paltest_vfprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt
index 1a1015d1d8..e154107e36 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test10
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test10 CoreClrPal)
+add_dependencies(paltest_vfprintf_test10 coreclrpal)
target_link_libraries(paltest_vfprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt
index 73eaea153e..f51f379bcd 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test11
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test11 CoreClrPal)
+add_dependencies(paltest_vfprintf_test11 coreclrpal)
target_link_libraries(paltest_vfprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt
index 47342f054e..3ef68cff70 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test12
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test12 CoreClrPal)
+add_dependencies(paltest_vfprintf_test12 coreclrpal)
target_link_libraries(paltest_vfprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt
index e34d07656d..cd34f6649c 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test13
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test13 CoreClrPal)
+add_dependencies(paltest_vfprintf_test13 coreclrpal)
target_link_libraries(paltest_vfprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt
index 0b3557ed04..396a4631c5 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test14
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test14 CoreClrPal)
+add_dependencies(paltest_vfprintf_test14 coreclrpal)
target_link_libraries(paltest_vfprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt
index a740bad63c..b9ddbe3b4a 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test15
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test15 CoreClrPal)
+add_dependencies(paltest_vfprintf_test15 coreclrpal)
target_link_libraries(paltest_vfprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt
index ac6bdf2ccf..0fd4177ed8 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test16
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test16 CoreClrPal)
+add_dependencies(paltest_vfprintf_test16 coreclrpal)
target_link_libraries(paltest_vfprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt
index 5bad536ed0..afc0b3828d 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test17
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test17 CoreClrPal)
+add_dependencies(paltest_vfprintf_test17 coreclrpal)
target_link_libraries(paltest_vfprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt
index 1db7d234e2..9e373b999e 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test18
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test18 CoreClrPal)
+add_dependencies(paltest_vfprintf_test18 coreclrpal)
target_link_libraries(paltest_vfprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt
index 3c8b173aa5..3120c9117f 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test19
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test19 CoreClrPal)
+add_dependencies(paltest_vfprintf_test19 coreclrpal)
target_link_libraries(paltest_vfprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt
index 65542bc3de..6e700090d6 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test2
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test2 CoreClrPal)
+add_dependencies(paltest_vfprintf_test2 coreclrpal)
target_link_libraries(paltest_vfprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt
index e1de7c6e93..1a14d85603 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test3
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test3 CoreClrPal)
+add_dependencies(paltest_vfprintf_test3 coreclrpal)
target_link_libraries(paltest_vfprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt
index 67e6b48fda..c1285942bc 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test4
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test4 CoreClrPal)
+add_dependencies(paltest_vfprintf_test4 coreclrpal)
target_link_libraries(paltest_vfprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt
index a5e999d23c..0cccdfd630 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test5
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test5 CoreClrPal)
+add_dependencies(paltest_vfprintf_test5 coreclrpal)
target_link_libraries(paltest_vfprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt
index 564e7b46cf..2c036a45ae 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test6
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test6 CoreClrPal)
+add_dependencies(paltest_vfprintf_test6 coreclrpal)
target_link_libraries(paltest_vfprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt
index 8b7580e550..ca483af773 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test7
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test7 CoreClrPal)
+add_dependencies(paltest_vfprintf_test7 coreclrpal)
target_link_libraries(paltest_vfprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt
index 8976c05d1a..89459b4e93 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test8
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test8 CoreClrPal)
+add_dependencies(paltest_vfprintf_test8 coreclrpal)
target_link_libraries(paltest_vfprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt
index 8b5fc124f4..3e3b5b99ed 100644
--- a/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vfprintf_test9
${SOURCES}
)
-add_dependencies(paltest_vfprintf_test9 CoreClrPal)
+add_dependencies(paltest_vfprintf_test9 coreclrpal)
target_link_libraries(paltest_vfprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt
index 39cd3a4be0..eabdf87393 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test1
${SOURCES}
)
-add_dependencies(paltest_vprintf_test1 CoreClrPal)
+add_dependencies(paltest_vprintf_test1 coreclrpal)
target_link_libraries(paltest_vprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt
index cec0c26673..47a21d909a 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test10
${SOURCES}
)
-add_dependencies(paltest_vprintf_test10 CoreClrPal)
+add_dependencies(paltest_vprintf_test10 coreclrpal)
target_link_libraries(paltest_vprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt
index baacd66508..4c750b72ac 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test11
${SOURCES}
)
-add_dependencies(paltest_vprintf_test11 CoreClrPal)
+add_dependencies(paltest_vprintf_test11 coreclrpal)
target_link_libraries(paltest_vprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt
index eb4c0dc0c2..1feb886fc1 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test12
${SOURCES}
)
-add_dependencies(paltest_vprintf_test12 CoreClrPal)
+add_dependencies(paltest_vprintf_test12 coreclrpal)
target_link_libraries(paltest_vprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt
index 0964d8370a..cd7535a1ad 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test13
${SOURCES}
)
-add_dependencies(paltest_vprintf_test13 CoreClrPal)
+add_dependencies(paltest_vprintf_test13 coreclrpal)
target_link_libraries(paltest_vprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt
index 9db0e4811d..82cfd68ecf 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test14
${SOURCES}
)
-add_dependencies(paltest_vprintf_test14 CoreClrPal)
+add_dependencies(paltest_vprintf_test14 coreclrpal)
target_link_libraries(paltest_vprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt
index 14f645761f..29a134d48c 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test15
${SOURCES}
)
-add_dependencies(paltest_vprintf_test15 CoreClrPal)
+add_dependencies(paltest_vprintf_test15 coreclrpal)
target_link_libraries(paltest_vprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt
index d2283ce237..7fbf43ac84 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test16
${SOURCES}
)
-add_dependencies(paltest_vprintf_test16 CoreClrPal)
+add_dependencies(paltest_vprintf_test16 coreclrpal)
target_link_libraries(paltest_vprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt
index 7fc680fe89..25970cba15 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test17
${SOURCES}
)
-add_dependencies(paltest_vprintf_test17 CoreClrPal)
+add_dependencies(paltest_vprintf_test17 coreclrpal)
target_link_libraries(paltest_vprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt
index c394cf4a4b..45676b93dd 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test18
${SOURCES}
)
-add_dependencies(paltest_vprintf_test18 CoreClrPal)
+add_dependencies(paltest_vprintf_test18 coreclrpal)
target_link_libraries(paltest_vprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt
index b073efaf2f..25bc2fccd1 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test19
${SOURCES}
)
-add_dependencies(paltest_vprintf_test19 CoreClrPal)
+add_dependencies(paltest_vprintf_test19 coreclrpal)
target_link_libraries(paltest_vprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt
index e5eb65974d..6820069cb9 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test2
${SOURCES}
)
-add_dependencies(paltest_vprintf_test2 CoreClrPal)
+add_dependencies(paltest_vprintf_test2 coreclrpal)
target_link_libraries(paltest_vprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt
index cde1fc5b8c..676d19bf7a 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test3
${SOURCES}
)
-add_dependencies(paltest_vprintf_test3 CoreClrPal)
+add_dependencies(paltest_vprintf_test3 coreclrpal)
target_link_libraries(paltest_vprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt
index 5ed1d19bf2..9ddb087e83 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test4
${SOURCES}
)
-add_dependencies(paltest_vprintf_test4 CoreClrPal)
+add_dependencies(paltest_vprintf_test4 coreclrpal)
target_link_libraries(paltest_vprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt
index 3327260ffc..f453bb66ee 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test5
${SOURCES}
)
-add_dependencies(paltest_vprintf_test5 CoreClrPal)
+add_dependencies(paltest_vprintf_test5 coreclrpal)
target_link_libraries(paltest_vprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt
index 00458b30bc..1ce8d5aa4c 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test6
${SOURCES}
)
-add_dependencies(paltest_vprintf_test6 CoreClrPal)
+add_dependencies(paltest_vprintf_test6 coreclrpal)
target_link_libraries(paltest_vprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt
index 25a5281fb8..5627fe4c1e 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test7
${SOURCES}
)
-add_dependencies(paltest_vprintf_test7 CoreClrPal)
+add_dependencies(paltest_vprintf_test7 coreclrpal)
target_link_libraries(paltest_vprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt
index fe72d60ea0..0131e4943e 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test8
${SOURCES}
)
-add_dependencies(paltest_vprintf_test8 CoreClrPal)
+add_dependencies(paltest_vprintf_test8 coreclrpal)
target_link_libraries(paltest_vprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt
index 4a666f7968..c70631f9dc 100644
--- a/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vprintf_test9
${SOURCES}
)
-add_dependencies(paltest_vprintf_test9 CoreClrPal)
+add_dependencies(paltest_vprintf_test9 coreclrpal)
target_link_libraries(paltest_vprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt
index f883c609af..4f0872eccc 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test1
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test1 CoreClrPal)
+add_dependencies(paltest_vsprintf_test1 coreclrpal)
target_link_libraries(paltest_vsprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt
index 5ed1f55444..d32de01ba1 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test10
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test10 CoreClrPal)
+add_dependencies(paltest_vsprintf_test10 coreclrpal)
target_link_libraries(paltest_vsprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt
index 58ca156e2c..ce67444c39 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test11
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test11 CoreClrPal)
+add_dependencies(paltest_vsprintf_test11 coreclrpal)
target_link_libraries(paltest_vsprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt
index fb23f35d21..fe6ccb8399 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test12
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test12 CoreClrPal)
+add_dependencies(paltest_vsprintf_test12 coreclrpal)
target_link_libraries(paltest_vsprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt
index f7d054ac7a..97fdf8cdd0 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test13
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test13 CoreClrPal)
+add_dependencies(paltest_vsprintf_test13 coreclrpal)
target_link_libraries(paltest_vsprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt
index 9e5f85db1f..2851a8893e 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test14
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test14 CoreClrPal)
+add_dependencies(paltest_vsprintf_test14 coreclrpal)
target_link_libraries(paltest_vsprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt
index f71427ead2..6fb1d321b8 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test15
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test15 CoreClrPal)
+add_dependencies(paltest_vsprintf_test15 coreclrpal)
target_link_libraries(paltest_vsprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt
index 2f7d29e170..ccc21378fc 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test16
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test16 CoreClrPal)
+add_dependencies(paltest_vsprintf_test16 coreclrpal)
target_link_libraries(paltest_vsprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt
index 973782ebff..4c9dcd986f 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test17
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test17 CoreClrPal)
+add_dependencies(paltest_vsprintf_test17 coreclrpal)
target_link_libraries(paltest_vsprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt
index ad873ce29e..2e8610d4a5 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test18
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test18 CoreClrPal)
+add_dependencies(paltest_vsprintf_test18 coreclrpal)
target_link_libraries(paltest_vsprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt
index bf40c5b403..92e39ab597 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test19
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test19 CoreClrPal)
+add_dependencies(paltest_vsprintf_test19 coreclrpal)
target_link_libraries(paltest_vsprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt
index 8c92004f45..2308bc2573 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test2
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test2 CoreClrPal)
+add_dependencies(paltest_vsprintf_test2 coreclrpal)
target_link_libraries(paltest_vsprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt
index 8996207591..aef24171fc 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test3
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test3 CoreClrPal)
+add_dependencies(paltest_vsprintf_test3 coreclrpal)
target_link_libraries(paltest_vsprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt
index 2b53ab9002..9570255475 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test4
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test4 CoreClrPal)
+add_dependencies(paltest_vsprintf_test4 coreclrpal)
target_link_libraries(paltest_vsprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt
index dfd7c200b4..34a3e6243f 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test5
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test5 CoreClrPal)
+add_dependencies(paltest_vsprintf_test5 coreclrpal)
target_link_libraries(paltest_vsprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt
index d69013ec15..dccca0b2b7 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test6
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test6 CoreClrPal)
+add_dependencies(paltest_vsprintf_test6 coreclrpal)
target_link_libraries(paltest_vsprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt
index 31a41e9539..7f18de056e 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test7
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test7 CoreClrPal)
+add_dependencies(paltest_vsprintf_test7 coreclrpal)
target_link_libraries(paltest_vsprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt
index f98c75e279..34c92e1045 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test8
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test8 CoreClrPal)
+add_dependencies(paltest_vsprintf_test8 coreclrpal)
target_link_libraries(paltest_vsprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt
index eac92cc0ed..1fe177de95 100644
--- a/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vsprintf_test9
${SOURCES}
)
-add_dependencies(paltest_vsprintf_test9 CoreClrPal)
+add_dependencies(paltest_vsprintf_test9 coreclrpal)
target_link_libraries(paltest_vsprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt
index 67e85f6a5a..97fbeb4e28 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test1
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test1 CoreClrPal)
+add_dependencies(paltest_vswprintf_test1 coreclrpal)
target_link_libraries(paltest_vswprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt
index af32fbb9dc..06c11f68ca 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test10
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test10 CoreClrPal)
+add_dependencies(paltest_vswprintf_test10 coreclrpal)
target_link_libraries(paltest_vswprintf_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt
index 5e4fffdcc8..5237ba4e1d 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test11
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test11 CoreClrPal)
+add_dependencies(paltest_vswprintf_test11 coreclrpal)
target_link_libraries(paltest_vswprintf_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt
index 89535ed912..26199c3dcc 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test12
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test12 CoreClrPal)
+add_dependencies(paltest_vswprintf_test12 coreclrpal)
target_link_libraries(paltest_vswprintf_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt
index 88acdf733a..d0acd98d64 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test13
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test13 CoreClrPal)
+add_dependencies(paltest_vswprintf_test13 coreclrpal)
target_link_libraries(paltest_vswprintf_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt
index 4b1c05d0b5..06c12674a4 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test14
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test14 CoreClrPal)
+add_dependencies(paltest_vswprintf_test14 coreclrpal)
target_link_libraries(paltest_vswprintf_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt
index a22d358238..05dc41b0d8 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test15
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test15 CoreClrPal)
+add_dependencies(paltest_vswprintf_test15 coreclrpal)
target_link_libraries(paltest_vswprintf_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt
index e4f77124ee..3c42755043 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test16
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test16 CoreClrPal)
+add_dependencies(paltest_vswprintf_test16 coreclrpal)
target_link_libraries(paltest_vswprintf_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt
index 5942949f9c..b94c466d5f 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test17
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test17 CoreClrPal)
+add_dependencies(paltest_vswprintf_test17 coreclrpal)
target_link_libraries(paltest_vswprintf_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt
index 5bc0627ebc..57cc8ccb03 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test18
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test18 CoreClrPal)
+add_dependencies(paltest_vswprintf_test18 coreclrpal)
target_link_libraries(paltest_vswprintf_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt
index 954f48eae8..2187b58727 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test19
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test19 CoreClrPal)
+add_dependencies(paltest_vswprintf_test19 coreclrpal)
target_link_libraries(paltest_vswprintf_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt
index e5d57a6d73..295448cb0c 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test2
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test2 CoreClrPal)
+add_dependencies(paltest_vswprintf_test2 coreclrpal)
target_link_libraries(paltest_vswprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt
index cc870fb8fa..1fb6272ae7 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test3
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test3 CoreClrPal)
+add_dependencies(paltest_vswprintf_test3 coreclrpal)
target_link_libraries(paltest_vswprintf_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt
index 986464e64f..cae0806e03 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test4
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test4 CoreClrPal)
+add_dependencies(paltest_vswprintf_test4 coreclrpal)
target_link_libraries(paltest_vswprintf_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt
index e04d5907dd..7c480455ed 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test5
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test5 CoreClrPal)
+add_dependencies(paltest_vswprintf_test5 coreclrpal)
target_link_libraries(paltest_vswprintf_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt
index c7fbaae1a0..d7de580853 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test6
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test6 CoreClrPal)
+add_dependencies(paltest_vswprintf_test6 coreclrpal)
target_link_libraries(paltest_vswprintf_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt
index 0654563500..eb07ee2cae 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test7
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test7 CoreClrPal)
+add_dependencies(paltest_vswprintf_test7 coreclrpal)
target_link_libraries(paltest_vswprintf_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt
index 269671f12f..ed35ea8dd0 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test8
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test8 CoreClrPal)
+add_dependencies(paltest_vswprintf_test8 coreclrpal)
target_link_libraries(paltest_vswprintf_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt
index d6f00e056d..7098da31d0 100644
--- a/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_vswprintf_test9
${SOURCES}
)
-add_dependencies(paltest_vswprintf_test9 CoreClrPal)
+add_dependencies(paltest_vswprintf_test9 coreclrpal)
target_link_libraries(paltest_vswprintf_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt
index b5c11beb15..34dfee01bd 100644
--- a/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcscat_test1
${SOURCES}
)
-add_dependencies(paltest_wcscat_test1 CoreClrPal)
+add_dependencies(paltest_wcscat_test1 coreclrpal)
target_link_libraries(paltest_wcscat_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt
index e0f201b3de..542d70b7e6 100644
--- a/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcschr_test1
${SOURCES}
)
-add_dependencies(paltest_wcschr_test1 CoreClrPal)
+add_dependencies(paltest_wcschr_test1 coreclrpal)
target_link_libraries(paltest_wcschr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt
index 7986499097..009e48e1ba 100644
--- a/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcscmp_test1
${SOURCES}
)
-add_dependencies(paltest_wcscmp_test1 CoreClrPal)
+add_dependencies(paltest_wcscmp_test1 coreclrpal)
target_link_libraries(paltest_wcscmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt
index d877571a7d..5f21b829ee 100644
--- a/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcscpy_test1
${SOURCES}
)
-add_dependencies(paltest_wcscpy_test1 CoreClrPal)
+add_dependencies(paltest_wcscpy_test1 coreclrpal)
target_link_libraries(paltest_wcscpy_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt
index 9fa267a63e..de0f1c22d3 100644
--- a/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcslen_test1
${SOURCES}
)
-add_dependencies(paltest_wcslen_test1 CoreClrPal)
+add_dependencies(paltest_wcslen_test1 coreclrpal)
target_link_libraries(paltest_wcslen_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt
index 657deaf46a..12c286a43a 100644
--- a/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcsncat_test1
${SOURCES}
)
-add_dependencies(paltest_wcsncat_test1 CoreClrPal)
+add_dependencies(paltest_wcsncat_test1 coreclrpal)
target_link_libraries(paltest_wcsncat_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt
index 8517ad24bb..56c9b25806 100644
--- a/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcsncmp_test1
${SOURCES}
)
-add_dependencies(paltest_wcsncmp_test1 CoreClrPal)
+add_dependencies(paltest_wcsncmp_test1 coreclrpal)
target_link_libraries(paltest_wcsncmp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt
index 1f192eb674..1c1d70ba04 100644
--- a/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcsncpy_test1
${SOURCES}
)
-add_dependencies(paltest_wcsncpy_test1 CoreClrPal)
+add_dependencies(paltest_wcsncpy_test1 coreclrpal)
target_link_libraries(paltest_wcsncpy_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt
index 68aca76797..c6a3f87d75 100644
--- a/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcspbrk_test1
${SOURCES}
)
-add_dependencies(paltest_wcspbrk_test1 CoreClrPal)
+add_dependencies(paltest_wcspbrk_test1 coreclrpal)
target_link_libraries(paltest_wcspbrk_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt
index 4b4afb3246..80513af1af 100644
--- a/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcsrchr_test1
${SOURCES}
)
-add_dependencies(paltest_wcsrchr_test1 CoreClrPal)
+add_dependencies(paltest_wcsrchr_test1 coreclrpal)
target_link_libraries(paltest_wcsrchr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt
index 1e6155bbc2..e42619344d 100644
--- a/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcsstr_test1
${SOURCES}
)
-add_dependencies(paltest_wcsstr_test1 CoreClrPal)
+add_dependencies(paltest_wcsstr_test1 coreclrpal)
target_link_libraries(paltest_wcsstr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt
index 0c5b692951..cf585d051a 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstod_test1
${SOURCES}
)
-add_dependencies(paltest_wcstod_test1 CoreClrPal)
+add_dependencies(paltest_wcstod_test1 coreclrpal)
target_link_libraries(paltest_wcstod_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt
index c078d06191..43d5bf8a40 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstod_test2
${SOURCES}
)
-add_dependencies(paltest_wcstod_test2 CoreClrPal)
+add_dependencies(paltest_wcstod_test2 coreclrpal)
target_link_libraries(paltest_wcstod_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt
index b93000acef..863f5d8c29 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstok_test1
${SOURCES}
)
-add_dependencies(paltest_wcstok_test1 CoreClrPal)
+add_dependencies(paltest_wcstok_test1 coreclrpal)
target_link_libraries(paltest_wcstok_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt
index 4c726c1163..25e96e7de0 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstol_test1
${SOURCES}
)
-add_dependencies(paltest_wcstol_test1 CoreClrPal)
+add_dependencies(paltest_wcstol_test1 coreclrpal)
target_link_libraries(paltest_wcstol_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt
index ac4f4f67ed..ea33ec8c7e 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstol_test2
${SOURCES}
)
-add_dependencies(paltest_wcstol_test2 CoreClrPal)
+add_dependencies(paltest_wcstol_test2 coreclrpal)
target_link_libraries(paltest_wcstol_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt
index 7e7d47645a..509feca08c 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstol_test3
${SOURCES}
)
-add_dependencies(paltest_wcstol_test3 CoreClrPal)
+add_dependencies(paltest_wcstol_test3 coreclrpal)
target_link_libraries(paltest_wcstol_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt
index 2b5e45298f..043c562102 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstol_test4
${SOURCES}
)
-add_dependencies(paltest_wcstol_test4 CoreClrPal)
+add_dependencies(paltest_wcstol_test4 coreclrpal)
target_link_libraries(paltest_wcstol_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt
index 3107f63bb0..c887369880 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstol_test5
${SOURCES}
)
-add_dependencies(paltest_wcstol_test5 CoreClrPal)
+add_dependencies(paltest_wcstol_test5 coreclrpal)
target_link_libraries(paltest_wcstol_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt
index 90248441b3..d328161f39 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstol_test6
${SOURCES}
)
-add_dependencies(paltest_wcstol_test6 CoreClrPal)
+add_dependencies(paltest_wcstol_test6 coreclrpal)
target_link_libraries(paltest_wcstol_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt
index e71f0c9123..b24523e93b 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstoul_test1
${SOURCES}
)
-add_dependencies(paltest_wcstoul_test1 CoreClrPal)
+add_dependencies(paltest_wcstoul_test1 coreclrpal)
target_link_libraries(paltest_wcstoul_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt
index e13b4fe9d8..e262078e34 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstoul_test2
${SOURCES}
)
-add_dependencies(paltest_wcstoul_test2 CoreClrPal)
+add_dependencies(paltest_wcstoul_test2 coreclrpal)
target_link_libraries(paltest_wcstoul_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt
index cf12bee4eb..aae268ac59 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstoul_test3
${SOURCES}
)
-add_dependencies(paltest_wcstoul_test3 CoreClrPal)
+add_dependencies(paltest_wcstoul_test3 coreclrpal)
target_link_libraries(paltest_wcstoul_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt
index 4aac3d648b..bd8073023f 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstoul_test4
${SOURCES}
)
-add_dependencies(paltest_wcstoul_test4 CoreClrPal)
+add_dependencies(paltest_wcstoul_test4 coreclrpal)
target_link_libraries(paltest_wcstoul_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt
index 4ac6d211f5..1451e6ad57 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstoul_test5
${SOURCES}
)
-add_dependencies(paltest_wcstoul_test5 CoreClrPal)
+add_dependencies(paltest_wcstoul_test5 coreclrpal)
target_link_libraries(paltest_wcstoul_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt
index dee0f47151..15518bdcf8 100644
--- a/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wcstoul_test6
${SOURCES}
)
-add_dependencies(paltest_wcstoul_test6 CoreClrPal)
+add_dependencies(paltest_wcstoul_test6 coreclrpal)
target_link_libraries(paltest_wcstoul_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt
index 90db0acd7f..701bbe4160 100644
--- a/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wprintf_test1
${SOURCES}
)
-add_dependencies(paltest_wprintf_test1 CoreClrPal)
+add_dependencies(paltest_wprintf_test1 coreclrpal)
target_link_libraries(paltest_wprintf_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt
index 1cc211962b..55c3d11913 100644
--- a/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wprintf_test2
${SOURCES}
)
-add_dependencies(paltest_wprintf_test2 CoreClrPal)
+add_dependencies(paltest_wprintf_test2 coreclrpal)
target_link_libraries(paltest_wprintf_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/object_management/event/nonshared/CMakeLists.txt b/src/pal/tests/palsuite/composite/object_management/event/nonshared/CMakeLists.txt
index 2dc9f65e83..c6c00377e1 100644
--- a/src/pal/tests/palsuite/composite/object_management/event/nonshared/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/object_management/event/nonshared/CMakeLists.txt
@@ -11,11 +11,11 @@ add_executable(paltest_event_nonshared
${SOURCES}
)
-add_dependencies(paltest_event_nonshared CoreClrPal)
+add_dependencies(paltest_event_nonshared coreclrpal)
target_link_libraries(paltest_event_nonshared
pthread
rt
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/object_management/event/shared/CMakeLists.txt b/src/pal/tests/palsuite/composite/object_management/event/shared/CMakeLists.txt
index c37fba849c..d326e3a42b 100644
--- a/src/pal/tests/palsuite/composite/object_management/event/shared/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/object_management/event/shared/CMakeLists.txt
@@ -11,11 +11,11 @@ add_executable(paltest_event_shared
${SOURCES}
)
-add_dependencies(paltest_event_shared CoreClrPal)
+add_dependencies(paltest_event_shared coreclrpal)
target_link_libraries(paltest_event_shared
pthread
rt
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/CMakeLists.txt b/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/CMakeLists.txt
index 51cf5b62b3..7859cd4653 100644
--- a/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/CMakeLists.txt
@@ -11,11 +11,11 @@ add_executable(paltest_mutex_nonshared
${SOURCES}
)
-add_dependencies(paltest_mutex_nonshared CoreClrPal)
+add_dependencies(paltest_mutex_nonshared coreclrpal)
target_link_libraries(paltest_mutex_nonshared
pthread
rt
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/object_management/mutex/shared/CMakeLists.txt b/src/pal/tests/palsuite/composite/object_management/mutex/shared/CMakeLists.txt
index 01e0c805d6..cf33d0b464 100644
--- a/src/pal/tests/palsuite/composite/object_management/mutex/shared/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/object_management/mutex/shared/CMakeLists.txt
@@ -11,11 +11,11 @@ add_executable(paltest_mutex_shared
${SOURCES}
)
-add_dependencies(paltest_mutex_shared CoreClrPal)
+add_dependencies(paltest_mutex_shared coreclrpal)
target_link_libraries(paltest_mutex_shared
pthread
rt
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/CMakeLists.txt b/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/CMakeLists.txt
index 0113b4f202..6efa228fbb 100644
--- a/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/CMakeLists.txt
@@ -11,11 +11,11 @@ add_executable(paltest_semaphore_nonshared
${SOURCES}
)
-add_dependencies(paltest_semaphore_nonshared CoreClrPal)
+add_dependencies(paltest_semaphore_nonshared coreclrpal)
target_link_libraries(paltest_semaphore_nonshared
pthread
rt
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/object_management/semaphore/shared/CMakeLists.txt b/src/pal/tests/palsuite/composite/object_management/semaphore/shared/CMakeLists.txt
index 3e312f6ba0..12d3ca867e 100644
--- a/src/pal/tests/palsuite/composite/object_management/semaphore/shared/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/object_management/semaphore/shared/CMakeLists.txt
@@ -11,11 +11,11 @@ add_executable(paltest_semaphore_shared
${SOURCES}
)
-add_dependencies(paltest_semaphore_shared CoreClrPal)
+add_dependencies(paltest_semaphore_shared coreclrpal)
target_link_libraries(paltest_semaphore_shared
pthread
rt
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt b/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt
index 9c38c717b6..936c0fe82d 100644
--- a/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt
@@ -11,10 +11,10 @@ add_executable(paltest_synchronization_criticalsection
${SOURCES}
)
-add_dependencies(paltest_synchronization_criticalsection CoreClrPal)
+add_dependencies(paltest_synchronization_criticalsection coreclrpal)
target_link_libraries(paltest_synchronization_criticalsection
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt b/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt
index 7c60be3a90..d01b1064f6 100644
--- a/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt
@@ -12,10 +12,10 @@ add_executable(paltest_synchronization_nativecriticalsection
${SOURCES}
)
-add_dependencies(paltest_synchronization_nativecriticalsection CoreClrPal)
+add_dependencies(paltest_synchronization_nativecriticalsection coreclrpal)
target_link_libraries(paltest_synchronization_nativecriticalsection
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt b/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt
index f1944b790a..c4567f638c 100644
--- a/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt
@@ -13,10 +13,10 @@ add_executable(paltest_synchronization_nativecs_interlocked
${SOURCES}
)
-add_dependencies(paltest_synchronization_nativecs_interlocked CoreClrPal)
+add_dependencies(paltest_synchronization_nativecs_interlocked coreclrpal)
target_link_libraries(paltest_synchronization_nativecs_interlocked
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt b/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt
index 153e9888b0..134cce0809 100644
--- a/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt
@@ -11,10 +11,10 @@ add_executable(paltest_threading_threadsuspension
${SOURCES}
)
-add_dependencies(paltest_threading_threadsuspension CoreClrPal)
+add_dependencies(paltest_threading_threadsuspension coreclrpal)
target_link_libraries(paltest_threading_threadsuspension
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt b/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt
index b241fb1356..5361a1cf0d 100644
--- a/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt
@@ -11,10 +11,10 @@ add_executable(paltest_threading_threadsuspension_switchthread
${SOURCES}
)
-add_dependencies(paltest_threading_threadsuspension_switchthread CoreClrPal)
+add_dependencies(paltest_threading_threadsuspension_switchthread coreclrpal)
target_link_libraries(paltest_threading_threadsuspension_switchthread
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/composite/wfmo/CMakeLists.txt b/src/pal/tests/palsuite/composite/wfmo/CMakeLists.txt
index a4b576e3e0..7dbddbc989 100644
--- a/src/pal/tests/palsuite/composite/wfmo/CMakeLists.txt
+++ b/src/pal/tests/palsuite/composite/wfmo/CMakeLists.txt
@@ -11,11 +11,11 @@ add_executable(paltest_composite_wfmo
${SOURCES}
)
-add_dependencies(paltest_composite_wfmo CoreClrPal)
+add_dependencies(paltest_composite_wfmo coreclrpal)
target_link_libraries(paltest_composite_wfmo
pthread
rt
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt
index 4b6466d662..db66cbe1d0 100644
--- a/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_debugbreak_test1
${SOURCES}
)
-add_dependencies(paltest_debugbreak_test1 CoreClrPal)
+add_dependencies(paltest_debugbreak_test1 coreclrpal)
target_link_libraries(paltest_debugbreak_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt
index 0a262f3ab8..5bc7fdb6e9 100644
--- a/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_outputdebugstringa_test1
${TESTSOURCES}
)
-add_dependencies(paltest_outputdebugstringa_test1 CoreClrPal)
+add_dependencies(paltest_outputdebugstringa_test1 coreclrpal)
target_link_libraries(paltest_outputdebugstringa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,12 +27,12 @@ add_executable(paltest_outputdebugstringa_test1_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_outputdebugstringa_test1_helper CoreClrPal)
+add_dependencies(paltest_outputdebugstringa_test1_helper coreclrpal)
target_link_libraries(paltest_outputdebugstringa_test1_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt
index 6bcd68ae1e..9202baeaef 100644
--- a/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_outputdebugstringw_test1
${SOURCES}
)
-add_dependencies(paltest_outputdebugstringw_test1 CoreClrPal)
+add_dependencies(paltest_outputdebugstringw_test1 coreclrpal)
target_link_libraries(paltest_outputdebugstringw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt
index 84fb65cc87..39130aac1c 100644
--- a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_writeprocessmemory_test1
${TESTSOURCES}
)
-add_dependencies(paltest_writeprocessmemory_test1 CoreClrPal)
+add_dependencies(paltest_writeprocessmemory_test1 coreclrpal)
target_link_libraries(paltest_writeprocessmemory_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_writeprocessmemory_test1_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_writeprocessmemory_test1_helper CoreClrPal)
+add_dependencies(paltest_writeprocessmemory_test1_helper coreclrpal)
target_link_libraries(paltest_writeprocessmemory_test1_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt
index 21435efdc3..ecc0e06dac 100644
--- a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_writeprocessmemory_test3
${TESTSOURCES}
)
-add_dependencies(paltest_writeprocessmemory_test3 CoreClrPal)
+add_dependencies(paltest_writeprocessmemory_test3 coreclrpal)
target_link_libraries(paltest_writeprocessmemory_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_writeprocessmemory_test3_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_writeprocessmemory_test3_helper CoreClrPal)
+add_dependencies(paltest_writeprocessmemory_test3_helper coreclrpal)
target_link_libraries(paltest_writeprocessmemory_test3_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt
index b30b99aaec..cf1ce13862 100644
--- a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_writeprocessmemory_test4
${TESTSOURCES}
)
-add_dependencies(paltest_writeprocessmemory_test4 CoreClrPal)
+add_dependencies(paltest_writeprocessmemory_test4 coreclrpal)
target_link_libraries(paltest_writeprocessmemory_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_writeprocessmemory_test4_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_writeprocessmemory_test4_helper CoreClrPal)
+add_dependencies(paltest_writeprocessmemory_test4_helper coreclrpal)
target_link_libraries(paltest_writeprocessmemory_test4_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt
index 080e18fbf2..adbc8ae86a 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_filter_test1
${SOURCES}
)
-add_dependencies(paltest_pal_except_filter_test1 CoreClrPal)
+add_dependencies(paltest_pal_except_filter_test1 coreclrpal)
target_link_libraries(paltest_pal_except_filter_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt
index 568ef8427f..62cda706d5 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_filter_test2
${SOURCES}
)
-add_dependencies(paltest_pal_except_filter_test2 CoreClrPal)
+add_dependencies(paltest_pal_except_filter_test2 coreclrpal)
target_link_libraries(paltest_pal_except_filter_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt
index d923a03d4f..cc68fb031c 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_filter_test3
${SOURCES}
)
-add_dependencies(paltest_pal_except_filter_test3 CoreClrPal)
+add_dependencies(paltest_pal_except_filter_test3 coreclrpal)
target_link_libraries(paltest_pal_except_filter_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt
index 94ac1d13c5..21c3b5d33c 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_filter_ex_test1
${SOURCES}
)
-add_dependencies(paltest_pal_except_filter_ex_test1 CoreClrPal)
+add_dependencies(paltest_pal_except_filter_ex_test1 coreclrpal)
target_link_libraries(paltest_pal_except_filter_ex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt
index b98c61d57a..350acff036 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_filter_ex_test2
${SOURCES}
)
-add_dependencies(paltest_pal_except_filter_ex_test2 CoreClrPal)
+add_dependencies(paltest_pal_except_filter_ex_test2 coreclrpal)
target_link_libraries(paltest_pal_except_filter_ex_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt
index 6123cf85db..7f485c8ca4 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_filter_ex_test3
${SOURCES}
)
-add_dependencies(paltest_pal_except_filter_ex_test3 CoreClrPal)
+add_dependencies(paltest_pal_except_filter_ex_test3 coreclrpal)
target_link_libraries(paltest_pal_except_filter_ex_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt
index 9495cce6f3..5fd59e9f1e 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_getbottommostregistration_test1
${SOURCES}
)
-add_dependencies(paltest_pal_getbottommostregistration_test1 CoreClrPal)
+add_dependencies(paltest_pal_getbottommostregistration_test1 coreclrpal)
target_link_libraries(paltest_pal_getbottommostregistration_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt
index efdd4755c3..60c0ae4160 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_getbottommostregistration_test2
${SOURCES}
)
-add_dependencies(paltest_pal_getbottommostregistration_test2 CoreClrPal)
+add_dependencies(paltest_pal_getbottommostregistration_test2 coreclrpal)
target_link_libraries(paltest_pal_getbottommostregistration_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt
index d43c4328dc..8a1a832361 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_try_except_test1
${SOURCES}
)
-add_dependencies(paltest_pal_try_except_test1 CoreClrPal)
+add_dependencies(paltest_pal_try_except_test1 coreclrpal)
target_link_libraries(paltest_pal_try_except_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt
index f3ec130718..cdf371926c 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_try_except_test2
${SOURCES}
)
-add_dependencies(paltest_pal_try_except_test2 CoreClrPal)
+add_dependencies(paltest_pal_try_except_test2 coreclrpal)
target_link_libraries(paltest_pal_try_except_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt
index 9127f041e9..c30877f65e 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_try_except_ex_test1
${SOURCES}
)
-add_dependencies(paltest_pal_try_except_ex_test1 CoreClrPal)
+add_dependencies(paltest_pal_try_except_ex_test1 coreclrpal)
target_link_libraries(paltest_pal_try_except_ex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt
index 574b4c4bff..0d4c4db240 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_try_except_ex_test2
${SOURCES}
)
-add_dependencies(paltest_pal_try_except_ex_test2 CoreClrPal)
+add_dependencies(paltest_pal_try_except_ex_test2 coreclrpal)
target_link_libraries(paltest_pal_try_except_ex_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt
index f546bfa61b..dc797f2f09 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_try_except_ex_test3
${SOURCES}
)
-add_dependencies(paltest_pal_try_except_ex_test3 CoreClrPal)
+add_dependencies(paltest_pal_try_except_ex_test3 coreclrpal)
target_link_libraries(paltest_pal_try_except_ex_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt
index bd084f2e8c..a5fdd26924 100644
--- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_try_leave_finally_test1
${SOURCES}
)
-add_dependencies(paltest_pal_try_leave_finally_test1 CoreClrPal)
+add_dependencies(paltest_pal_try_leave_finally_test1 coreclrpal)
target_link_libraries(paltest_pal_try_leave_finally_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt
index 3cd0a1f747..2fba7dd9b3 100644
--- a/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_raiseexception_test1
${SOURCES}
)
-add_dependencies(paltest_raiseexception_test1 CoreClrPal)
+add_dependencies(paltest_raiseexception_test1 coreclrpal)
target_link_libraries(paltest_raiseexception_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt
index f7715f5b07..7fc9f5f12c 100644
--- a/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_raiseexception_test2
${SOURCES}
)
-add_dependencies(paltest_raiseexception_test2 CoreClrPal)
+add_dependencies(paltest_raiseexception_test2 coreclrpal)
target_link_libraries(paltest_raiseexception_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt
index 61125b4d7d..72e5427b69 100644
--- a/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_raiseexception_test3
${SOURCES}
)
-add_dependencies(paltest_raiseexception_test3 CoreClrPal)
+add_dependencies(paltest_raiseexception_test3 coreclrpal)
target_link_libraries(paltest_raiseexception_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt
index 221a29ae6f..e526029bee 100644
--- a/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setunhandledexceptionfilter_test1
${SOURCES}
)
-add_dependencies(paltest_setunhandledexceptionfilter_test1 CoreClrPal)
+add_dependencies(paltest_setunhandledexceptionfilter_test1 coreclrpal)
target_link_libraries(paltest_setunhandledexceptionfilter_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt
index e425329bbf..635e35d635 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_test1
${SOURCES}
)
-add_dependencies(paltest_pal_except_test1 CoreClrPal)
+add_dependencies(paltest_pal_except_test1 coreclrpal)
target_link_libraries(paltest_pal_except_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt
index 3eba6debc6..813b0e66a1 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_test2
${SOURCES}
)
-add_dependencies(paltest_pal_except_test2 CoreClrPal)
+add_dependencies(paltest_pal_except_test2 coreclrpal)
target_link_libraries(paltest_pal_except_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt
index 428d7efe08..5fc3b096af 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_test3
${SOURCES}
)
-add_dependencies(paltest_pal_except_test3 CoreClrPal)
+add_dependencies(paltest_pal_except_test3 coreclrpal)
target_link_libraries(paltest_pal_except_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt
index b16699f575..cc054d15dd 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_test4
${SOURCES}
)
-add_dependencies(paltest_pal_except_test4 CoreClrPal)
+add_dependencies(paltest_pal_except_test4 coreclrpal)
target_link_libraries(paltest_pal_except_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt
index 14b7e7945f..7b8f1d0361 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_test5
${SOURCES}
)
-add_dependencies(paltest_pal_except_test5 CoreClrPal)
+add_dependencies(paltest_pal_except_test5 coreclrpal)
target_link_libraries(paltest_pal_except_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt
index ff024c8033..7f943bf126 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_test6
${SOURCES}
)
-add_dependencies(paltest_pal_except_test6 CoreClrPal)
+add_dependencies(paltest_pal_except_test6 coreclrpal)
target_link_libraries(paltest_pal_except_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt
index 0d106ce4d9..09399c8f6b 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_except_test7
${SOURCES}
)
-add_dependencies(paltest_pal_except_test7 CoreClrPal)
+add_dependencies(paltest_pal_except_test7 coreclrpal)
target_link_libraries(paltest_pal_except_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt
index c8b3243c5a..5d947ad7db 100644
--- a/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_finally_test1
${SOURCES}
)
-add_dependencies(paltest_pal_finally_test1 CoreClrPal)
+add_dependencies(paltest_pal_finally_test1 coreclrpal)
target_link_libraries(paltest_pal_finally_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt
index f44c68ba7d..4f50127cb9 100644
--- a/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_arefileapisansi_test1
${SOURCES}
)
-add_dependencies(paltest_arefileapisansi_test1 CoreClrPal)
+add_dependencies(paltest_arefileapisansi_test1 coreclrpal)
target_link_libraries(paltest_arefileapisansi_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt
index d0161b91ac..fdcb6559b3 100644
--- a/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_comparefiletime_test1
${SOURCES}
)
-add_dependencies(paltest_comparefiletime_test1 CoreClrPal)
+add_dependencies(paltest_comparefiletime_test1 coreclrpal)
target_link_libraries(paltest_comparefiletime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt
index c05336f5c5..b52e5076fa 100644
--- a/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_copyfilea_test1
${SOURCES}
)
-add_dependencies(paltest_copyfilea_test1 CoreClrPal)
+add_dependencies(paltest_copyfilea_test1 coreclrpal)
target_link_libraries(paltest_copyfilea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt
index b33a0b35b8..7454f32f51 100644
--- a/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_copyfilea_test2
${SOURCES}
)
-add_dependencies(paltest_copyfilea_test2 CoreClrPal)
+add_dependencies(paltest_copyfilea_test2 coreclrpal)
target_link_libraries(paltest_copyfilea_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt
index fa29fd5eae..986be9fd22 100644
--- a/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_copyfilea_test3
${SOURCES}
)
-add_dependencies(paltest_copyfilea_test3 CoreClrPal)
+add_dependencies(paltest_copyfilea_test3 coreclrpal)
target_link_libraries(paltest_copyfilea_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt
index a56c265e86..fb48c83741 100644
--- a/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_copyfilea_test4
${SOURCES}
)
-add_dependencies(paltest_copyfilea_test4 CoreClrPal)
+add_dependencies(paltest_copyfilea_test4 coreclrpal)
target_link_libraries(paltest_copyfilea_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt
index cf2e9034e1..766b120035 100644
--- a/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_copyfilew_test1
${SOURCES}
)
-add_dependencies(paltest_copyfilew_test1 CoreClrPal)
+add_dependencies(paltest_copyfilew_test1 coreclrpal)
target_link_libraries(paltest_copyfilew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt
index 71457c2609..5c0030bc8d 100644
--- a/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_copyfilew_test2
${SOURCES}
)
-add_dependencies(paltest_copyfilew_test2 CoreClrPal)
+add_dependencies(paltest_copyfilew_test2 coreclrpal)
target_link_libraries(paltest_copyfilew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt
index 2fb4e1d2e2..52d9aad1c0 100644
--- a/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_copyfilew_test3
${SOURCES}
)
-add_dependencies(paltest_copyfilew_test3 CoreClrPal)
+add_dependencies(paltest_copyfilew_test3 coreclrpal)
target_link_libraries(paltest_copyfilew_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt
index 6f604d58fc..f8cdf19933 100644
--- a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createdirectorya_test1
${SOURCES}
)
-add_dependencies(paltest_createdirectorya_test1 CoreClrPal)
+add_dependencies(paltest_createdirectorya_test1 coreclrpal)
target_link_libraries(paltest_createdirectorya_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt
index 90059c84f1..a50a986d1a 100644
--- a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createdirectorya_test2
${SOURCES}
)
-add_dependencies(paltest_createdirectorya_test2 CoreClrPal)
+add_dependencies(paltest_createdirectorya_test2 coreclrpal)
target_link_libraries(paltest_createdirectorya_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt
index 1806dd6b19..1981e37082 100644
--- a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createdirectoryw_test1
${SOURCES}
)
-add_dependencies(paltest_createdirectoryw_test1 CoreClrPal)
+add_dependencies(paltest_createdirectoryw_test1 coreclrpal)
target_link_libraries(paltest_createdirectoryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt
index 20ecf3e821..aae4e7dc54 100644
--- a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createdirectoryw_test2
${SOURCES}
)
-add_dependencies(paltest_createdirectoryw_test2 CoreClrPal)
+add_dependencies(paltest_createdirectoryw_test2 coreclrpal)
target_link_libraries(paltest_createdirectoryw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt
index 3ad742c197..8814b2281b 100644
--- a/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilea_test1
${SOURCES}
)
-add_dependencies(paltest_createfilea_test1 CoreClrPal)
+add_dependencies(paltest_createfilea_test1 coreclrpal)
target_link_libraries(paltest_createfilea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt
index 7367859a45..1ff0b8062f 100644
--- a/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilew_test1
${SOURCES}
)
-add_dependencies(paltest_createfilew_test1 CoreClrPal)
+add_dependencies(paltest_createfilew_test1 coreclrpal)
target_link_libraries(paltest_createfilew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt
index 859bc7df69..3efdbbb411 100644
--- a/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_deletefilea_test1
${SOURCES}
)
-add_dependencies(paltest_deletefilea_test1 CoreClrPal)
+add_dependencies(paltest_deletefilea_test1 coreclrpal)
target_link_libraries(paltest_deletefilea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt
index 0458ec4ce9..046fd35148 100644
--- a/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_deletefilew_test1
${SOURCES}
)
-add_dependencies(paltest_deletefilew_test1 CoreClrPal)
+add_dependencies(paltest_deletefilew_test1 coreclrpal)
target_link_libraries(paltest_deletefilew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt
index 9a93653181..131054266b 100644
--- a/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_filetimetodosdatetime_test1
${SOURCES}
)
-add_dependencies(paltest_filetimetodosdatetime_test1 CoreClrPal)
+add_dependencies(paltest_filetimetodosdatetime_test1 coreclrpal)
target_link_libraries(paltest_filetimetodosdatetime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt
index e50c585906..732c9f58d3 100644
--- a/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_findclose_test1
${SOURCES}
)
-add_dependencies(paltest_findclose_test1 CoreClrPal)
+add_dependencies(paltest_findclose_test1 coreclrpal)
target_link_libraries(paltest_findclose_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt
index 4f998e3640..6613c4d444 100644
--- a/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_findfirstfilea_test1
${SOURCES}
)
-add_dependencies(paltest_findfirstfilea_test1 CoreClrPal)
+add_dependencies(paltest_findfirstfilea_test1 coreclrpal)
target_link_libraries(paltest_findfirstfilea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt
index 9fe7a3e27a..23e95c7dad 100644
--- a/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_findfirstfilew_test1
${SOURCES}
)
-add_dependencies(paltest_findfirstfilew_test1 CoreClrPal)
+add_dependencies(paltest_findfirstfilew_test1 coreclrpal)
target_link_libraries(paltest_findfirstfilew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt
index 05f9bb8ffa..efb1655d95 100644
--- a/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_findnextfilea_test1
${SOURCES}
)
-add_dependencies(paltest_findnextfilea_test1 CoreClrPal)
+add_dependencies(paltest_findnextfilea_test1 coreclrpal)
target_link_libraries(paltest_findnextfilea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt
index 50edf9e158..96821bdaaa 100644
--- a/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_findnextfilea_test2
${SOURCES}
)
-add_dependencies(paltest_findnextfilea_test2 CoreClrPal)
+add_dependencies(paltest_findnextfilea_test2 coreclrpal)
target_link_libraries(paltest_findnextfilea_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt
index 103ac84246..4a283dd3a5 100644
--- a/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_findnextfilew_test1
${SOURCES}
)
-add_dependencies(paltest_findnextfilew_test1 CoreClrPal)
+add_dependencies(paltest_findnextfilew_test1 coreclrpal)
target_link_libraries(paltest_findnextfilew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt
index 6143b338b0..2938afb888 100644
--- a/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_findnextfilew_test2
${SOURCES}
)
-add_dependencies(paltest_findnextfilew_test2 CoreClrPal)
+add_dependencies(paltest_findnextfilew_test2 coreclrpal)
target_link_libraries(paltest_findnextfilew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt
index d52c094207..e3fbccd2ae 100644
--- a/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_flushfilebuffers_test1
${SOURCES}
)
-add_dependencies(paltest_flushfilebuffers_test1 CoreClrPal)
+add_dependencies(paltest_flushfilebuffers_test1 coreclrpal)
target_link_libraries(paltest_flushfilebuffers_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt
index e4b4152b05..131f4a5fb7 100644
--- a/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getconsolecp_test1
${SOURCES}
)
-add_dependencies(paltest_getconsolecp_test1 CoreClrPal)
+add_dependencies(paltest_getconsolecp_test1 coreclrpal)
target_link_libraries(paltest_getconsolecp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt
index 92af9c8f88..d19ab95a37 100644
--- a/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getconsoleoutputcp_test1
${SOURCES}
)
-add_dependencies(paltest_getconsoleoutputcp_test1 CoreClrPal)
+add_dependencies(paltest_getconsoleoutputcp_test1 coreclrpal)
target_link_libraries(paltest_getconsoleoutputcp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt
index 8241409787..f7382b047d 100644
--- a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcurrentdirectorya_test1
${SOURCES}
)
-add_dependencies(paltest_getcurrentdirectorya_test1 CoreClrPal)
+add_dependencies(paltest_getcurrentdirectorya_test1 coreclrpal)
target_link_libraries(paltest_getcurrentdirectorya_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt
index 4db18f5779..ed8419926c 100644
--- a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcurrentdirectoryw_test1
${SOURCES}
)
-add_dependencies(paltest_getcurrentdirectoryw_test1 CoreClrPal)
+add_dependencies(paltest_getcurrentdirectoryw_test1 coreclrpal)
target_link_libraries(paltest_getcurrentdirectoryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt
index e40b671457..6b06376233 100644
--- a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getdiskfreespacew_test1
${SOURCES}
)
-add_dependencies(paltest_getdiskfreespacew_test1 CoreClrPal)
+add_dependencies(paltest_getdiskfreespacew_test1 coreclrpal)
target_link_libraries(paltest_getdiskfreespacew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt
index e025a0ef50..5660b39e1a 100644
--- a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getdiskfreespacew_test2
${SOURCES}
)
-add_dependencies(paltest_getdiskfreespacew_test2 CoreClrPal)
+add_dependencies(paltest_getdiskfreespacew_test2 coreclrpal)
target_link_libraries(paltest_getdiskfreespacew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt
index d6905f996e..6bf9818e86 100644
--- a/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_getfileattributesa_test1
${SOURCES}
)
-add_dependencies(paltest_getfileattributesa_test1 CoreClrPal)
+add_dependencies(paltest_getfileattributesa_test1 coreclrpal)
target_link_libraries(paltest_getfileattributesa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
add_subdirectory(.hidden_directory)
add_subdirectory(.hidden_ro_directory)
diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt
index 4f07eaf9d2..2d299d82e5 100644
--- a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_getfileattributesexw_test1
${SOURCES}
)
-add_dependencies(paltest_getfileattributesexw_test1 CoreClrPal)
+add_dependencies(paltest_getfileattributesexw_test1 coreclrpal)
target_link_libraries(paltest_getfileattributesexw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
add_subdirectory(.hidden_directory)
add_subdirectory(normal_test_directory)
diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt
index 19c4e4ff83..70caac2c69 100644
--- a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfileattributesexw_test2
${SOURCES}
)
-add_dependencies(paltest_getfileattributesexw_test2 CoreClrPal)
+add_dependencies(paltest_getfileattributesexw_test2 coreclrpal)
target_link_libraries(paltest_getfileattributesexw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt
index 6c9e8ced5d..7050484607 100644
--- a/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_getfileattributesw_test1
${SOURCES}
)
-add_dependencies(paltest_getfileattributesw_test1 CoreClrPal)
+add_dependencies(paltest_getfileattributesw_test1 coreclrpal)
target_link_libraries(paltest_getfileattributesw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
add_subdirectory(.hidden_directory)
add_subdirectory(.hidden_ro_directory)
diff --git a/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt
index d6756d54d9..ff20de5905 100644
--- a/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfilesize_test1
${SOURCES}
)
-add_dependencies(paltest_getfilesize_test1 CoreClrPal)
+add_dependencies(paltest_getfilesize_test1 coreclrpal)
target_link_libraries(paltest_getfilesize_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/CMakeLists.txt
index 1f7528db69..1369a5dc5a 100644
--- a/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfilesizeex_test1
${SOURCES}
)
-add_dependencies(paltest_getfilesizeex_test1 CoreClrPal)
+add_dependencies(paltest_getfilesizeex_test1 coreclrpal)
target_link_libraries(paltest_getfilesizeex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt
index 1ec99b31c5..6a89846d21 100644
--- a/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletime_test1
${SOURCES}
)
-add_dependencies(paltest_getfiletime_test1 CoreClrPal)
+add_dependencies(paltest_getfiletime_test1 coreclrpal)
target_link_libraries(paltest_getfiletime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt
index 855f23e97f..3d315e44de 100644
--- a/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletime_test2
${SOURCES}
)
-add_dependencies(paltest_getfiletime_test2 CoreClrPal)
+add_dependencies(paltest_getfiletime_test2 coreclrpal)
target_link_libraries(paltest_getfiletime_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt
index ee866c0cb2..34f7310464 100644
--- a/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletime_test3
${SOURCES}
)
-add_dependencies(paltest_getfiletime_test3 CoreClrPal)
+add_dependencies(paltest_getfiletime_test3 coreclrpal)
target_link_libraries(paltest_getfiletime_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt
index 8b7fc26bf1..0c9dcf7802 100644
--- a/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletime_test4
${SOURCES}
)
-add_dependencies(paltest_getfiletime_test4 CoreClrPal)
+add_dependencies(paltest_getfiletime_test4 coreclrpal)
target_link_libraries(paltest_getfiletime_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt
index 38dec7a9ee..a82717e657 100644
--- a/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletime_test5
${SOURCES}
)
-add_dependencies(paltest_getfiletime_test5 CoreClrPal)
+add_dependencies(paltest_getfiletime_test5 coreclrpal)
target_link_libraries(paltest_getfiletime_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt
index 9916862a94..24992dfa66 100644
--- a/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletime_test6
${SOURCES}
)
-add_dependencies(paltest_getfiletime_test6 CoreClrPal)
+add_dependencies(paltest_getfiletime_test6 coreclrpal)
target_link_libraries(paltest_getfiletime_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt
index 418be0689e..6646fd9272 100644
--- a/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletime_test7
${SOURCES}
)
-add_dependencies(paltest_getfiletime_test7 CoreClrPal)
+add_dependencies(paltest_getfiletime_test7 coreclrpal)
target_link_libraries(paltest_getfiletime_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt
index 68523c16ae..66467e99c5 100644
--- a/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletype_test1
${SOURCES}
)
-add_dependencies(paltest_getfiletype_test1 CoreClrPal)
+add_dependencies(paltest_getfiletype_test1 coreclrpal)
target_link_libraries(paltest_getfiletype_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt
index c77e627cdf..382b27e788 100644
--- a/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletype_test2
${SOURCES}
)
-add_dependencies(paltest_getfiletype_test2 CoreClrPal)
+add_dependencies(paltest_getfiletype_test2 coreclrpal)
target_link_libraries(paltest_getfiletype_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt
index 5c377fff89..52b6077570 100644
--- a/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfiletype_test3
${SOURCES}
)
-add_dependencies(paltest_getfiletype_test3 CoreClrPal)
+add_dependencies(paltest_getfiletype_test3 coreclrpal)
target_link_libraries(paltest_getfiletype_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt
index 7f02fb5266..8c10e479fa 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamea_test1
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamea_test1 CoreClrPal)
+add_dependencies(paltest_getfullpathnamea_test1 coreclrpal)
target_link_libraries(paltest_getfullpathnamea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt
index decc214214..382b8fa4bd 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamea_test2
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamea_test2 CoreClrPal)
+add_dependencies(paltest_getfullpathnamea_test2 coreclrpal)
target_link_libraries(paltest_getfullpathnamea_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt
index 19a868c091..f0f8929b4a 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamea_test3
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamea_test3 CoreClrPal)
+add_dependencies(paltest_getfullpathnamea_test3 coreclrpal)
target_link_libraries(paltest_getfullpathnamea_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt
index 2761de5c4f..cf0d7ff18c 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamea_test4
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamea_test4 CoreClrPal)
+add_dependencies(paltest_getfullpathnamea_test4 coreclrpal)
target_link_libraries(paltest_getfullpathnamea_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt
index e0b1549bb8..a6f354f5a5 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamew_test1
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamew_test1 CoreClrPal)
+add_dependencies(paltest_getfullpathnamew_test1 coreclrpal)
target_link_libraries(paltest_getfullpathnamew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt
index 14b81fea48..199aa1efce 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamew_test2
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamew_test2 CoreClrPal)
+add_dependencies(paltest_getfullpathnamew_test2 coreclrpal)
target_link_libraries(paltest_getfullpathnamew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt
index 3e005f6b8f..6284958b07 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamew_test3
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamew_test3 CoreClrPal)
+add_dependencies(paltest_getfullpathnamew_test3 coreclrpal)
target_link_libraries(paltest_getfullpathnamew_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt
index b0acf9ab7d..d479b998cc 100644
--- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getfullpathnamew_test4
${SOURCES}
)
-add_dependencies(paltest_getfullpathnamew_test4 CoreClrPal)
+add_dependencies(paltest_getfullpathnamew_test4 coreclrpal)
target_link_libraries(paltest_getfullpathnamew_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt
index 973ebaaec2..cf5dcd0bfc 100644
--- a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getlongpathnamew_test1
${SOURCES}
)
-add_dependencies(paltest_getlongpathnamew_test1 CoreClrPal)
+add_dependencies(paltest_getlongpathnamew_test1 coreclrpal)
target_link_libraries(paltest_getlongpathnamew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt
index 7cff7dce9a..5746ef3e04 100644
--- a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getlongpathnamew_test2
${SOURCES}
)
-add_dependencies(paltest_getlongpathnamew_test2 CoreClrPal)
+add_dependencies(paltest_getlongpathnamew_test2 coreclrpal)
target_link_libraries(paltest_getlongpathnamew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt
index 3dfe473d46..04bcc5fd67 100644
--- a/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getstdhandle_test1
${SOURCES}
)
-add_dependencies(paltest_getstdhandle_test1 CoreClrPal)
+add_dependencies(paltest_getstdhandle_test1 coreclrpal)
target_link_libraries(paltest_getstdhandle_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt
index 7fbf04a51b..97816b4319 100644
--- a/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getstdhandle_test2
${SOURCES}
)
-add_dependencies(paltest_getstdhandle_test2 CoreClrPal)
+add_dependencies(paltest_getstdhandle_test2 coreclrpal)
target_link_libraries(paltest_getstdhandle_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt
index 993a88f11d..94d5bcded9 100644
--- a/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getsystemtime_test1
${SOURCES}
)
-add_dependencies(paltest_getsystemtime_test1 CoreClrPal)
+add_dependencies(paltest_getsystemtime_test1 coreclrpal)
target_link_libraries(paltest_getsystemtime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt
index 03efa21032..977a826e7a 100644
--- a/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getsystemtimeasfiletime_test1
${SOURCES}
)
-add_dependencies(paltest_getsystemtimeasfiletime_test1 CoreClrPal)
+add_dependencies(paltest_getsystemtimeasfiletime_test1 coreclrpal)
target_link_libraries(paltest_getsystemtimeasfiletime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt
index 3e2fb1222d..1b759af2eb 100644
--- a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettempfilenamea_test1
${SOURCES}
)
-add_dependencies(paltest_gettempfilenamea_test1 CoreClrPal)
+add_dependencies(paltest_gettempfilenamea_test1 coreclrpal)
target_link_libraries(paltest_gettempfilenamea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt
index 3fac127540..f4bd9b8797 100644
--- a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettempfilenamea_test2
${SOURCES}
)
-add_dependencies(paltest_gettempfilenamea_test2 CoreClrPal)
+add_dependencies(paltest_gettempfilenamea_test2 coreclrpal)
target_link_libraries(paltest_gettempfilenamea_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt
index 00a8e73f0d..9c02865575 100644
--- a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettempfilenamea_test3
${SOURCES}
)
-add_dependencies(paltest_gettempfilenamea_test3 CoreClrPal)
+add_dependencies(paltest_gettempfilenamea_test3 coreclrpal)
target_link_libraries(paltest_gettempfilenamea_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt
index 99eef3b747..1b6c599da4 100644
--- a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettempfilenamew_test1
${SOURCES}
)
-add_dependencies(paltest_gettempfilenamew_test1 CoreClrPal)
+add_dependencies(paltest_gettempfilenamew_test1 coreclrpal)
target_link_libraries(paltest_gettempfilenamew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt
index 2afba5fb14..851030d9ae 100644
--- a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettempfilenamew_test2
${SOURCES}
)
-add_dependencies(paltest_gettempfilenamew_test2 CoreClrPal)
+add_dependencies(paltest_gettempfilenamew_test2 coreclrpal)
target_link_libraries(paltest_gettempfilenamew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt
index 03cc59931e..82dd0a9f3f 100644
--- a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettempfilenamew_test3
${SOURCES}
)
-add_dependencies(paltest_gettempfilenamew_test3 CoreClrPal)
+add_dependencies(paltest_gettempfilenamew_test3 coreclrpal)
target_link_libraries(paltest_gettempfilenamew_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt
index c8d895874f..f2979e9536 100644
--- a/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettemppathw_test1
${SOURCES}
)
-add_dependencies(paltest_gettemppathw_test1 CoreClrPal)
+add_dependencies(paltest_gettemppathw_test1 coreclrpal)
target_link_libraries(paltest_gettemppathw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt
index 495ffcc0e7..9a3d0069db 100644
--- a/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_movefilea_test1
${SOURCES}
)
-add_dependencies(paltest_movefilea_test1 CoreClrPal)
+add_dependencies(paltest_movefilea_test1 coreclrpal)
target_link_libraries(paltest_movefilea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt
index febc25acdd..f41dd7fd08 100644
--- a/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_movefileexa_test1
${SOURCES}
)
-add_dependencies(paltest_movefileexa_test1 CoreClrPal)
+add_dependencies(paltest_movefileexa_test1 coreclrpal)
target_link_libraries(paltest_movefileexa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt
index 65c9fa3195..4c6a70f050 100644
--- a/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_movefileexw_test1
${SOURCES}
)
-add_dependencies(paltest_movefileexw_test1 CoreClrPal)
+add_dependencies(paltest_movefileexw_test1 coreclrpal)
target_link_libraries(paltest_movefileexw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt
index 103034c61e..497f654122 100644
--- a/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_movefilew_test1
${SOURCES}
)
-add_dependencies(paltest_movefilew_test1 CoreClrPal)
+add_dependencies(paltest_movefilew_test1 coreclrpal)
target_link_libraries(paltest_movefilew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt
index 9c99b8f4b9..7b166e17b0 100644
--- a/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_readfile_test1
${SOURCES}
)
-add_dependencies(paltest_readfile_test1 CoreClrPal)
+add_dependencies(paltest_readfile_test1 coreclrpal)
target_link_libraries(paltest_readfile_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt
index c32c8f6a41..fc4870e73d 100644
--- a/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_readfile_test2
${SOURCES}
)
-add_dependencies(paltest_readfile_test2 CoreClrPal)
+add_dependencies(paltest_readfile_test2 coreclrpal)
target_link_libraries(paltest_readfile_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt
index 6c7b019699..77397743d4 100644
--- a/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_readfile_test3
${SOURCES}
)
-add_dependencies(paltest_readfile_test3 CoreClrPal)
+add_dependencies(paltest_readfile_test3 coreclrpal)
target_link_libraries(paltest_readfile_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt
index d5010d75c8..37f227aced 100644
--- a/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_readfile_test4
${SOURCES}
)
-add_dependencies(paltest_readfile_test4 CoreClrPal)
+add_dependencies(paltest_readfile_test4 coreclrpal)
target_link_libraries(paltest_readfile_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt
index e0dc1c332a..3935d0482e 100644
--- a/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_removedirectorya_test1
${SOURCES}
)
-add_dependencies(paltest_removedirectorya_test1 CoreClrPal)
+add_dependencies(paltest_removedirectorya_test1 coreclrpal)
target_link_libraries(paltest_removedirectorya_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt
index 210ce38c4d..45b51cec30 100644
--- a/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_removedirectoryw_test1
${SOURCES}
)
-add_dependencies(paltest_removedirectoryw_test1 CoreClrPal)
+add_dependencies(paltest_removedirectoryw_test1 coreclrpal)
target_link_libraries(paltest_removedirectoryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt
index e684d59de2..d1ac975d18 100644
--- a/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_searchpatha_test1
${SOURCES}
)
-add_dependencies(paltest_searchpatha_test1 CoreClrPal)
+add_dependencies(paltest_searchpatha_test1 coreclrpal)
target_link_libraries(paltest_searchpatha_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt
index c2b5a3853a..d0c6252472 100644
--- a/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_searchpathw_test1
${SOURCES}
)
-add_dependencies(paltest_searchpathw_test1 CoreClrPal)
+add_dependencies(paltest_searchpathw_test1 coreclrpal)
target_link_libraries(paltest_searchpathw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt
index a04266fb7a..7376b22226 100644
--- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setcurrentdirectorya_test1
${SOURCES}
)
-add_dependencies(paltest_setcurrentdirectorya_test1 CoreClrPal)
+add_dependencies(paltest_setcurrentdirectorya_test1 coreclrpal)
target_link_libraries(paltest_setcurrentdirectorya_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt
index da7b47c57b..7c9caf8081 100644
--- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setcurrentdirectorya_test2
${SOURCES}
)
-add_dependencies(paltest_setcurrentdirectorya_test2 CoreClrPal)
+add_dependencies(paltest_setcurrentdirectorya_test2 coreclrpal)
target_link_libraries(paltest_setcurrentdirectorya_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt
index be17b9b09d..57d3577d8f 100644
--- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setcurrentdirectorya_test3
${SOURCES}
)
-add_dependencies(paltest_setcurrentdirectorya_test3 CoreClrPal)
+add_dependencies(paltest_setcurrentdirectorya_test3 coreclrpal)
target_link_libraries(paltest_setcurrentdirectorya_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt
index 4a3f93ccd1..a0c1dff62a 100644
--- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setcurrentdirectoryw_test1
${SOURCES}
)
-add_dependencies(paltest_setcurrentdirectoryw_test1 CoreClrPal)
+add_dependencies(paltest_setcurrentdirectoryw_test1 coreclrpal)
target_link_libraries(paltest_setcurrentdirectoryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt
index 70b06b212a..a032462d19 100644
--- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setcurrentdirectoryw_test2
${SOURCES}
)
-add_dependencies(paltest_setcurrentdirectoryw_test2 CoreClrPal)
+add_dependencies(paltest_setcurrentdirectoryw_test2 coreclrpal)
target_link_libraries(paltest_setcurrentdirectoryw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt
index 2f6bdbd965..3b981f9564 100644
--- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setcurrentdirectoryw_test3
${SOURCES}
)
-add_dependencies(paltest_setcurrentdirectoryw_test3 CoreClrPal)
+add_dependencies(paltest_setcurrentdirectoryw_test3 coreclrpal)
target_link_libraries(paltest_setcurrentdirectoryw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt
index e69724f520..e77ab30b86 100644
--- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setendoffile_test1
${SOURCES}
)
-add_dependencies(paltest_setendoffile_test1 CoreClrPal)
+add_dependencies(paltest_setendoffile_test1 coreclrpal)
target_link_libraries(paltest_setendoffile_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt
index 3ecd819438..b04dea04a6 100644
--- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setendoffile_test2
${SOURCES}
)
-add_dependencies(paltest_setendoffile_test2 CoreClrPal)
+add_dependencies(paltest_setendoffile_test2 coreclrpal)
target_link_libraries(paltest_setendoffile_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt
index 74c767cd6f..1ab177d00a 100644
--- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setendoffile_test3
${SOURCES}
)
-add_dependencies(paltest_setendoffile_test3 CoreClrPal)
+add_dependencies(paltest_setendoffile_test3 coreclrpal)
target_link_libraries(paltest_setendoffile_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt
index 1587ae65c0..ff0b6f999c 100644
--- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setendoffile_test4
${SOURCES}
)
-add_dependencies(paltest_setendoffile_test4 CoreClrPal)
+add_dependencies(paltest_setendoffile_test4 coreclrpal)
target_link_libraries(paltest_setendoffile_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt
index 94a6d72bf9..cca7167762 100644
--- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setendoffile_test5
${SOURCES}
)
-add_dependencies(paltest_setendoffile_test5 CoreClrPal)
+add_dependencies(paltest_setendoffile_test5 coreclrpal)
target_link_libraries(paltest_setendoffile_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt
index 18c71ccb37..81e2dfdea2 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesa_test1
${SOURCES}
)
-add_dependencies(paltest_setfileattributesa_test1 CoreClrPal)
+add_dependencies(paltest_setfileattributesa_test1 coreclrpal)
target_link_libraries(paltest_setfileattributesa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt
index d54a4f5a07..03445c1df0 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesa_test2
${SOURCES}
)
-add_dependencies(paltest_setfileattributesa_test2 CoreClrPal)
+add_dependencies(paltest_setfileattributesa_test2 coreclrpal)
target_link_libraries(paltest_setfileattributesa_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt
index 880d2392d6..3c35172d7c 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesa_test3
${SOURCES}
)
-add_dependencies(paltest_setfileattributesa_test3 CoreClrPal)
+add_dependencies(paltest_setfileattributesa_test3 coreclrpal)
target_link_libraries(paltest_setfileattributesa_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt
index f837acbcee..f30969ad04 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesa_test4
${SOURCES}
)
-add_dependencies(paltest_setfileattributesa_test4 CoreClrPal)
+add_dependencies(paltest_setfileattributesa_test4 coreclrpal)
target_link_libraries(paltest_setfileattributesa_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt
index 9f65aa16f4..35927b4b1d 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesw_test1
${SOURCES}
)
-add_dependencies(paltest_setfileattributesw_test1 CoreClrPal)
+add_dependencies(paltest_setfileattributesw_test1 coreclrpal)
target_link_libraries(paltest_setfileattributesw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt
index 40d2d90e28..81fa02c1dd 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesw_test2
${SOURCES}
)
-add_dependencies(paltest_setfileattributesw_test2 CoreClrPal)
+add_dependencies(paltest_setfileattributesw_test2 coreclrpal)
target_link_libraries(paltest_setfileattributesw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt
index 39c45099b7..c2cdacb0d0 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesw_test3
${SOURCES}
)
-add_dependencies(paltest_setfileattributesw_test3 CoreClrPal)
+add_dependencies(paltest_setfileattributesw_test3 coreclrpal)
target_link_libraries(paltest_setfileattributesw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt
index 30e7183fa9..6a4aa8adc3 100644
--- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfileattributesw_test4
${SOURCES}
)
-add_dependencies(paltest_setfileattributesw_test4 CoreClrPal)
+add_dependencies(paltest_setfileattributesw_test4 coreclrpal)
target_link_libraries(paltest_setfileattributesw_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt
index f442dd884a..e352449981 100644
--- a/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfilepointer_test1
${SOURCES}
)
-add_dependencies(paltest_setfilepointer_test1 CoreClrPal)
+add_dependencies(paltest_setfilepointer_test1 coreclrpal)
target_link_libraries(paltest_setfilepointer_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt
index 6b3e9f0a53..290a01107f 100644
--- a/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfilepointer_test2
${SOURCES}
)
-add_dependencies(paltest_setfilepointer_test2 CoreClrPal)
+add_dependencies(paltest_setfilepointer_test2 coreclrpal)
target_link_libraries(paltest_setfilepointer_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt
index c2885bbb32..daa7553a1a 100644
--- a/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfilepointer_test3
${SOURCES}
)
-add_dependencies(paltest_setfilepointer_test3 CoreClrPal)
+add_dependencies(paltest_setfilepointer_test3 coreclrpal)
target_link_libraries(paltest_setfilepointer_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt
index 4134642f4a..1117893350 100644
--- a/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfilepointer_test4
${SOURCES}
)
-add_dependencies(paltest_setfilepointer_test4 CoreClrPal)
+add_dependencies(paltest_setfilepointer_test4 coreclrpal)
target_link_libraries(paltest_setfilepointer_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt
index b9dd726962..b37bf42ffc 100644
--- a/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfilepointer_test5
${SOURCES}
)
-add_dependencies(paltest_setfilepointer_test5 CoreClrPal)
+add_dependencies(paltest_setfilepointer_test5 coreclrpal)
target_link_libraries(paltest_setfilepointer_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt
index ff36462d88..8f99ed2d76 100644
--- a/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfilepointer_test6
${SOURCES}
)
-add_dependencies(paltest_setfilepointer_test6 CoreClrPal)
+add_dependencies(paltest_setfilepointer_test6 coreclrpal)
target_link_libraries(paltest_setfilepointer_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt
index 516d1375dc..c5a46a531a 100644
--- a/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfilepointer_test7
${SOURCES}
)
-add_dependencies(paltest_setfilepointer_test7 CoreClrPal)
+add_dependencies(paltest_setfilepointer_test7 coreclrpal)
target_link_libraries(paltest_setfilepointer_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt
index b5bb544827..4c4b5d7611 100644
--- a/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfiletime_test1
${SOURCES}
)
-add_dependencies(paltest_setfiletime_test1 CoreClrPal)
+add_dependencies(paltest_setfiletime_test1 coreclrpal)
target_link_libraries(paltest_setfiletime_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt
index ac7d0891ff..35c18c8d8d 100644
--- a/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfiletime_test2
${SOURCES}
)
-add_dependencies(paltest_setfiletime_test2 CoreClrPal)
+add_dependencies(paltest_setfiletime_test2 coreclrpal)
target_link_libraries(paltest_setfiletime_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt
index 0c754183cf..0a85d30c51 100644
--- a/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfiletime_test3
${SOURCES}
)
-add_dependencies(paltest_setfiletime_test3 CoreClrPal)
+add_dependencies(paltest_setfiletime_test3 coreclrpal)
target_link_libraries(paltest_setfiletime_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt
index a904c34914..086e35e535 100644
--- a/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setfiletime_test4
${SOURCES}
)
-add_dependencies(paltest_setfiletime_test4 CoreClrPal)
+add_dependencies(paltest_setfiletime_test4 coreclrpal)
target_link_libraries(paltest_setfiletime_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt
index 81f2b3c178..0c6760a2ce 100644
--- a/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_writefile_test1
${SOURCES}
)
-add_dependencies(paltest_writefile_test1 CoreClrPal)
+add_dependencies(paltest_writefile_test1 coreclrpal)
target_link_libraries(paltest_writefile_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt
index 3ed3bedc2c..a9b51efa3d 100644
--- a/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_writefile_test2
${SOURCES}
)
-add_dependencies(paltest_writefile_test2 CoreClrPal)
+add_dependencies(paltest_writefile_test2 coreclrpal)
target_link_libraries(paltest_writefile_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt
index 2bbf4db98b..e16e8a48f6 100644
--- a/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_writefile_test3
${SOURCES}
)
-add_dependencies(paltest_writefile_test3 CoreClrPal)
+add_dependencies(paltest_writefile_test3 coreclrpal)
target_link_libraries(paltest_writefile_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt
index 6383e525da..fff886b430 100644
--- a/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_writefile_test4
${SOURCES}
)
-add_dependencies(paltest_writefile_test4 CoreClrPal)
+add_dependencies(paltest_writefile_test4 coreclrpal)
target_link_libraries(paltest_writefile_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt
index 82df104aca..978eb7f1e7 100644
--- a/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_writefile_test5
${SOURCES}
)
-add_dependencies(paltest_writefile_test5 CoreClrPal)
+add_dependencies(paltest_writefile_test5 coreclrpal)
target_link_libraries(paltest_writefile_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt
index 0be8c55afb..91b7db1f03 100644
--- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_errorpathnotfound_test1
${SOURCES}
)
-add_dependencies(paltest_errorpathnotfound_test1 CoreClrPal)
+add_dependencies(paltest_errorpathnotfound_test1 coreclrpal)
target_link_libraries(paltest_errorpathnotfound_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt
index 30a26f7b93..7d525c21d5 100644
--- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_errorpathnotfound_test2
${SOURCES}
)
-add_dependencies(paltest_errorpathnotfound_test2 CoreClrPal)
+add_dependencies(paltest_errorpathnotfound_test2 coreclrpal)
target_link_libraries(paltest_errorpathnotfound_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt
index bda96c0722..c7434f3dba 100644
--- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_errorpathnotfound_test3
${SOURCES}
)
-add_dependencies(paltest_errorpathnotfound_test3 CoreClrPal)
+add_dependencies(paltest_errorpathnotfound_test3 coreclrpal)
target_link_libraries(paltest_errorpathnotfound_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt
index 253406b10f..f8062fd127 100644
--- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_errorpathnotfound_test4
${SOURCES}
)
-add_dependencies(paltest_errorpathnotfound_test4 CoreClrPal)
+add_dependencies(paltest_errorpathnotfound_test4 coreclrpal)
target_link_libraries(paltest_errorpathnotfound_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt
index e40dfbdcfc..2aff599e74 100644
--- a/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettemppatha_test1
${SOURCES}
)
-add_dependencies(paltest_gettemppatha_test1 CoreClrPal)
+add_dependencies(paltest_gettemppatha_test1 coreclrpal)
target_link_libraries(paltest_gettemppatha_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt
index 0cff265552..36084bf446 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test1
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test1 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test1 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt
index 22f8a8cb44..374f8f0946 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test3
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test3 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test3 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt
index b99495f318..665b10a3f0 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test4
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test4 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test4 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt
index db807956bb..6f7f3c3635 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test5
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test5 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test5 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt
index dd9bfafe0a..2f5d98b5e6 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test6
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test6 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test6 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt
index 8363b870d6..4fd24a63a1 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test7
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test7 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test7 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt
index bd759c9247..ae3ee8ddf6 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test8
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test8 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test8 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt
index f1602356ae..a377632bed 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappinga_test9
${SOURCES}
)
-add_dependencies(paltest_createfilemappinga_test9 CoreClrPal)
+add_dependencies(paltest_createfilemappinga_test9 coreclrpal)
target_link_libraries(paltest_createfilemappinga_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt
index 3f150fcfd5..a4ad343ea0 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_createfilemapping_neg1
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_createfilemapping_neg1 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_createfilemapping_neg1 coreclrpal)
target_link_libraries(paltest_createfilemappingw_createfilemapping_neg1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt
index b1a37b1110..0c569ec9b6 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test1
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test1 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test1 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt
index 8b43912916..992645f48c 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test2
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test2 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test2 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt
index 28618b8e14..87832ffd9b 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test3
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test3 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test3 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt
index 66080c3532..f8a5c9041f 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test4
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test4 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test4 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt
index d4a70e00b5..8391fbd721 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test5
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test5 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test5 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt
index 485316ef54..abb62ad950 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test6
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test6 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test6 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt
index 901badd499..b40cfeae96 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test7
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test7 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test7 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt
index 54d9f12ee6..96658c163a 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test8
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test8 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test8 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt
index 07ddfed87a..5a55e27b33 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createfilemappingw_test9
${SOURCES}
)
-add_dependencies(paltest_createfilemappingw_test9 CoreClrPal)
+add_dependencies(paltest_createfilemappingw_test9 coreclrpal)
target_link_libraries(paltest_createfilemappingw_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
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
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt
index 8e94a33f40..cec083583a 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt
@@ -11,10 +11,10 @@ add_executable(paltest_freelibraryandexitthread_test1
${SOURCES}
)
-add_dependencies(paltest_freelibraryandexitthread_test1 CoreClrPal)
+add_dependencies(paltest_freelibraryandexitthread_test1 coreclrpal)
target_link_libraries(paltest_freelibraryandexitthread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt
index 52e393caeb..a1128c62b8 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getmodulefilenamea_test1
${SOURCES}
)
-add_dependencies(paltest_getmodulefilenamea_test1 CoreClrPal)
+add_dependencies(paltest_getmodulefilenamea_test1 coreclrpal)
target_link_libraries(paltest_getmodulefilenamea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt
index 9c36d621ad..c35e9acc5e 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getmodulefilenamea_test2
${SOURCES}
)
-add_dependencies(paltest_getmodulefilenamea_test2 CoreClrPal)
+add_dependencies(paltest_getmodulefilenamea_test2 coreclrpal)
target_link_libraries(paltest_getmodulefilenamea_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt
index 5a4ca724ec..c702d07908 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getmodulefilenamew_test1
${SOURCES}
)
-add_dependencies(paltest_getmodulefilenamew_test1 CoreClrPal)
+add_dependencies(paltest_getmodulefilenamew_test1 coreclrpal)
target_link_libraries(paltest_getmodulefilenamew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt
index b8fb32e239..857feb330d 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getmodulefilenamew_test2
${SOURCES}
)
-add_dependencies(paltest_getmodulefilenamew_test2 CoreClrPal)
+add_dependencies(paltest_getmodulefilenamew_test2 coreclrpal)
target_link_libraries(paltest_getmodulefilenamew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt
index 285fc45729..541ef8b98e 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt
@@ -11,10 +11,10 @@ add_executable(paltest_getprocaddress_test1
${SOURCES}
)
-add_dependencies(paltest_getprocaddress_test1 CoreClrPal)
+add_dependencies(paltest_getprocaddress_test1 coreclrpal)
target_link_libraries(paltest_getprocaddress_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt
index d2322d1c17..60a5ba1a6e 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt
@@ -11,10 +11,10 @@ add_executable(paltest_getprocaddress_test2
${SOURCES}
)
-add_dependencies(paltest_getprocaddress_test2 CoreClrPal)
+add_dependencies(paltest_getprocaddress_test2 coreclrpal)
target_link_libraries(paltest_getprocaddress_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt
index 1bd78966d8..18871abf00 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getprocessheap_test1
${SOURCES}
)
-add_dependencies(paltest_getprocessheap_test1 CoreClrPal)
+add_dependencies(paltest_getprocessheap_test1 coreclrpal)
target_link_libraries(paltest_getprocessheap_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt
index cdeac22b3a..3a64a0c58a 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heapalloc_test1
${SOURCES}
)
-add_dependencies(paltest_heapalloc_test1 CoreClrPal)
+add_dependencies(paltest_heapalloc_test1 coreclrpal)
target_link_libraries(paltest_heapalloc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt
index bdfb8e7340..5253110d8d 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heapalloc_test2
${SOURCES}
)
-add_dependencies(paltest_heapalloc_test2 CoreClrPal)
+add_dependencies(paltest_heapalloc_test2 coreclrpal)
target_link_libraries(paltest_heapalloc_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt
index 84656aa3ef..f0b89461d2 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heapalloc_test3
${SOURCES}
)
-add_dependencies(paltest_heapalloc_test3 CoreClrPal)
+add_dependencies(paltest_heapalloc_test3 coreclrpal)
target_link_libraries(paltest_heapalloc_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt
index 14f3cf08fd..898047a9ad 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heapfree_test1
${SOURCES}
)
-add_dependencies(paltest_heapfree_test1 CoreClrPal)
+add_dependencies(paltest_heapfree_test1 coreclrpal)
target_link_libraries(paltest_heapfree_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt
index b6ec9d71bb..1decb02c73 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heaprealloc_test1
${SOURCES}
)
-add_dependencies(paltest_heaprealloc_test1 CoreClrPal)
+add_dependencies(paltest_heaprealloc_test1 coreclrpal)
target_link_libraries(paltest_heaprealloc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt
index 653d3e91d4..6f5510387a 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heaprealloc_test2
${SOURCES}
)
-add_dependencies(paltest_heaprealloc_test2 CoreClrPal)
+add_dependencies(paltest_heaprealloc_test2 coreclrpal)
target_link_libraries(paltest_heaprealloc_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt
index f3b40ec2f8..7ad836706a 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heaprealloc_test3
${SOURCES}
)
-add_dependencies(paltest_heaprealloc_test3 CoreClrPal)
+add_dependencies(paltest_heaprealloc_test3 coreclrpal)
target_link_libraries(paltest_heaprealloc_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt
index fbd4a3851b..024a4ef840 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heaprealloc_test4
${SOURCES}
)
-add_dependencies(paltest_heaprealloc_test4 CoreClrPal)
+add_dependencies(paltest_heaprealloc_test4 coreclrpal)
target_link_libraries(paltest_heaprealloc_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt
index bc2af0d686..3ab3ec16e8 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_heaprealloc_test5
${SOURCES}
)
-add_dependencies(paltest_heaprealloc_test5 CoreClrPal)
+add_dependencies(paltest_heaprealloc_test5 coreclrpal)
target_link_libraries(paltest_heaprealloc_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt
index 6305aa1c23..c96e00a170 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_localalloc_test1
${SOURCES}
)
-add_dependencies(paltest_localalloc_test1 CoreClrPal)
+add_dependencies(paltest_localalloc_test1 coreclrpal)
target_link_libraries(paltest_localalloc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt
index e8059336e5..47ad76ebe6 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_localfree_test1
${SOURCES}
)
-add_dependencies(paltest_localfree_test1 CoreClrPal)
+add_dependencies(paltest_localfree_test1 coreclrpal)
target_link_libraries(paltest_localfree_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt
index 0d7416b372..ac7a11a05f 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_localfree_test2
${SOURCES}
)
-add_dependencies(paltest_localfree_test2 CoreClrPal)
+add_dependencies(paltest_localfree_test2 coreclrpal)
target_link_libraries(paltest_localfree_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt
index 35ba60f9e4..0af09480ef 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_lockfile_test1
${TESTSOURCES}
)
-add_dependencies(paltest_lockfile_test1 CoreClrPal)
+add_dependencies(paltest_lockfile_test1 coreclrpal)
target_link_libraries(paltest_lockfile_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_lockfile_test1_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_lockfile_test1_helper CoreClrPal)
+add_dependencies(paltest_lockfile_test1_helper coreclrpal)
target_link_libraries(paltest_lockfile_test1_helper
pthread
m
- CoreClrPal
+ coreclrpal
) \ No newline at end of file
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt
index 1c9539ad5e..157c517e62 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lockfile_test2
${SOURCES}
)
-add_dependencies(paltest_lockfile_test2 CoreClrPal)
+add_dependencies(paltest_lockfile_test2 coreclrpal)
target_link_libraries(paltest_lockfile_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt
index ff7e43a045..69516de69b 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_lockfile_test3
${TESTSOURCES}
)
-add_dependencies(paltest_lockfile_test3 CoreClrPal)
+add_dependencies(paltest_lockfile_test3 coreclrpal)
target_link_libraries(paltest_lockfile_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_lockfile_test3_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_lockfile_test3_helper CoreClrPal)
+add_dependencies(paltest_lockfile_test3_helper coreclrpal)
target_link_libraries(paltest_lockfile_test3_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt
index 456ae199cc..fb8f6745d4 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lockfile_test4
${SOURCES}
)
-add_dependencies(paltest_lockfile_test4 CoreClrPal)
+add_dependencies(paltest_lockfile_test4 coreclrpal)
target_link_libraries(paltest_lockfile_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt
index ae3616df7c..cc4548a6f0 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_lockfile_test5
${TESTSOURCES}
)
-add_dependencies(paltest_lockfile_test5 CoreClrPal)
+add_dependencies(paltest_lockfile_test5 coreclrpal)
target_link_libraries(paltest_lockfile_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_lockfile_test5_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_lockfile_test5_helper CoreClrPal)
+add_dependencies(paltest_lockfile_test5_helper coreclrpal)
target_link_libraries(paltest_lockfile_test5_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt
index 7939f58921..5049977582 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_lockfile_test6
${TESTSOURCES}
)
-add_dependencies(paltest_lockfile_test6 CoreClrPal)
+add_dependencies(paltest_lockfile_test6 coreclrpal)
target_link_libraries(paltest_lockfile_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_lockfile_test6_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_lockfile_test6_helper CoreClrPal)
+add_dependencies(paltest_lockfile_test6_helper coreclrpal)
target_link_libraries(paltest_lockfile_test6_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt
index 23defbbd90..e8434cc787 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lockfile_test7
${SOURCES}
)
-add_dependencies(paltest_lockfile_test7 CoreClrPal)
+add_dependencies(paltest_lockfile_test7 coreclrpal)
target_link_libraries(paltest_lockfile_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt
index 00171cd3dd..ef9838d41e 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mapviewoffile_test1
${SOURCES}
)
-add_dependencies(paltest_mapviewoffile_test1 CoreClrPal)
+add_dependencies(paltest_mapviewoffile_test1 coreclrpal)
target_link_libraries(paltest_mapviewoffile_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt
index 12442a2108..18a9d105b1 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mapviewoffile_test2
${SOURCES}
)
-add_dependencies(paltest_mapviewoffile_test2 CoreClrPal)
+add_dependencies(paltest_mapviewoffile_test2 coreclrpal)
target_link_libraries(paltest_mapviewoffile_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt
index b4eff816fc..76bd3276a4 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mapviewoffile_test3
${SOURCES}
)
-add_dependencies(paltest_mapviewoffile_test3 CoreClrPal)
+add_dependencies(paltest_mapviewoffile_test3 coreclrpal)
target_link_libraries(paltest_mapviewoffile_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt
index 62cc59f2d4..52381c510f 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mapviewoffile_test4
${SOURCES}
)
-add_dependencies(paltest_mapviewoffile_test4 CoreClrPal)
+add_dependencies(paltest_mapviewoffile_test4 coreclrpal)
target_link_libraries(paltest_mapviewoffile_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt
index 0197074948..f98a4b7779 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mapviewoffile_test5
${SOURCES}
)
-add_dependencies(paltest_mapviewoffile_test5 CoreClrPal)
+add_dependencies(paltest_mapviewoffile_test5 coreclrpal)
target_link_libraries(paltest_mapviewoffile_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt
index 3b4be5c2f0..dad03aaf80 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_mapviewoffile_test6
${SOURCES}
)
-add_dependencies(paltest_mapviewoffile_test6 CoreClrPal)
+add_dependencies(paltest_mapviewoffile_test6 coreclrpal)
target_link_libraries(paltest_mapviewoffile_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt
index 07cfb943c9..b286924864 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openfilemappinga_test1
${SOURCES}
)
-add_dependencies(paltest_openfilemappinga_test1 CoreClrPal)
+add_dependencies(paltest_openfilemappinga_test1 coreclrpal)
target_link_libraries(paltest_openfilemappinga_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt
index 4f577ba61f..3a0eff04a7 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openfilemappinga_test2
${SOURCES}
)
-add_dependencies(paltest_openfilemappinga_test2 CoreClrPal)
+add_dependencies(paltest_openfilemappinga_test2 coreclrpal)
target_link_libraries(paltest_openfilemappinga_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt
index 1db1f30909..599a09ffc7 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openfilemappinga_test3
${SOURCES}
)
-add_dependencies(paltest_openfilemappinga_test3 CoreClrPal)
+add_dependencies(paltest_openfilemappinga_test3 coreclrpal)
target_link_libraries(paltest_openfilemappinga_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt
index 2ea86d402d..04e9e47ef0 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openfilemappingw_test1
${SOURCES}
)
-add_dependencies(paltest_openfilemappingw_test1 CoreClrPal)
+add_dependencies(paltest_openfilemappingw_test1 coreclrpal)
target_link_libraries(paltest_openfilemappingw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt
index 814c1d1ea2..22e960b788 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openfilemappingw_test2
${SOURCES}
)
-add_dependencies(paltest_openfilemappingw_test2 CoreClrPal)
+add_dependencies(paltest_openfilemappingw_test2 coreclrpal)
target_link_libraries(paltest_openfilemappingw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt
index cb43f274de..5a54368110 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openfilemappingw_test3
${SOURCES}
)
-add_dependencies(paltest_openfilemappingw_test3 CoreClrPal)
+add_dependencies(paltest_openfilemappingw_test3 coreclrpal)
target_link_libraries(paltest_openfilemappingw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt
index 047808ed12..400c9219f6 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_readprocessmemory_readprocessmemory_neg1
${SOURCES}
)
-add_dependencies(paltest_readprocessmemory_readprocessmemory_neg1 CoreClrPal)
+add_dependencies(paltest_readprocessmemory_readprocessmemory_neg1 coreclrpal)
target_link_libraries(paltest_readprocessmemory_readprocessmemory_neg1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt
index b5339750a9..8c21f01562 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_readprocessmemory_test1
${SOURCES}
)
-add_dependencies(paltest_readprocessmemory_test1 CoreClrPal)
+add_dependencies(paltest_readprocessmemory_test1 coreclrpal)
target_link_libraries(paltest_readprocessmemory_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt
index b4c9038ede..9e0de95a0a 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_readprocessmemory_test2
${TESTSOURCES}
)
-add_dependencies(paltest_readprocessmemory_test2 CoreClrPal)
+add_dependencies(paltest_readprocessmemory_test2 coreclrpal)
target_link_libraries(paltest_readprocessmemory_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_readprocessmemory_test2_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_readprocessmemory_test2_helper CoreClrPal)
+add_dependencies(paltest_readprocessmemory_test2_helper coreclrpal)
target_link_libraries(paltest_readprocessmemory_test2_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt
index e2708ae8b0..987c413d03 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_rtlmovememory_test1
${SOURCES}
)
-add_dependencies(paltest_rtlmovememory_test1 CoreClrPal)
+add_dependencies(paltest_rtlmovememory_test1 coreclrpal)
target_link_libraries(paltest_rtlmovememory_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt
index 301e521ce2..14098a8dc1 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_rtlmovememory_test3
${SOURCES}
)
-add_dependencies(paltest_rtlmovememory_test3 CoreClrPal)
+add_dependencies(paltest_rtlmovememory_test3 coreclrpal)
target_link_libraries(paltest_rtlmovememory_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt
index 0532396ec6..00aec7e8f7 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_rtlmovememory_test4
${SOURCES}
)
-add_dependencies(paltest_rtlmovememory_test4 CoreClrPal)
+add_dependencies(paltest_rtlmovememory_test4 coreclrpal)
target_link_libraries(paltest_rtlmovememory_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt
index e0e3db5f89..f2de78216e 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_rtlmovememory_test5
${SOURCES}
)
-add_dependencies(paltest_rtlmovememory_test5 CoreClrPal)
+add_dependencies(paltest_rtlmovememory_test5 coreclrpal)
target_link_libraries(paltest_rtlmovememory_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt
index cecadd4c70..0e6d6fef4c 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_unlockfile_test1
${TESTSOURCES}
)
-add_dependencies(paltest_unlockfile_test1 CoreClrPal)
+add_dependencies(paltest_unlockfile_test1 coreclrpal)
target_link_libraries(paltest_unlockfile_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_unlockfile_test1_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_unlockfile_test1_helper CoreClrPal)
+add_dependencies(paltest_unlockfile_test1_helper coreclrpal)
target_link_libraries(paltest_unlockfile_test1_helper
pthread
m
- CoreClrPal
+ coreclrpal
) \ No newline at end of file
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt
index 465ebdda0e..142b2763cb 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_unlockfile_test2
${SOURCES}
)
-add_dependencies(paltest_unlockfile_test2 CoreClrPal)
+add_dependencies(paltest_unlockfile_test2 coreclrpal)
target_link_libraries(paltest_unlockfile_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt
index e9b764de00..b4ec37c88c 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_unlockfile_test3
${TESTSOURCES}
)
-add_dependencies(paltest_unlockfile_test3 CoreClrPal)
+add_dependencies(paltest_unlockfile_test3 coreclrpal)
target_link_libraries(paltest_unlockfile_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_unlockfile_test3_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_unlockfile_test3_helper CoreClrPal)
+add_dependencies(paltest_unlockfile_test3_helper coreclrpal)
target_link_libraries(paltest_unlockfile_test3_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt
index a6c784b82f..d6bee307c2 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_unlockfile_test4
${SOURCES}
)
-add_dependencies(paltest_unlockfile_test4 CoreClrPal)
+add_dependencies(paltest_unlockfile_test4 coreclrpal)
target_link_libraries(paltest_unlockfile_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt
index 98a3515f02..5ebda77ba6 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_unmapviewoffile_test1
${SOURCES}
)
-add_dependencies(paltest_unmapviewoffile_test1 CoreClrPal)
+add_dependencies(paltest_unmapviewoffile_test1 coreclrpal)
target_link_libraries(paltest_unmapviewoffile_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt
index 388453765e..5c12cf9825 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_unmapviewoffile_test2
${SOURCES}
)
-add_dependencies(paltest_unmapviewoffile_test2 CoreClrPal)
+add_dependencies(paltest_unmapviewoffile_test2 coreclrpal)
target_link_libraries(paltest_unmapviewoffile_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt
index 9007bea7e7..90ba41bd79 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test1
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test1 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test1 coreclrpal)
target_link_libraries(paltest_virtualalloc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt
index 2bbe073d38..51b0e1d92e 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test10
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test10 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test10 coreclrpal)
target_link_libraries(paltest_virtualalloc_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt
index 0975033d6d..adff47087b 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test11
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test11 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test11 coreclrpal)
target_link_libraries(paltest_virtualalloc_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt
index b721d7691e..26f303573e 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test12
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test12 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test12 coreclrpal)
target_link_libraries(paltest_virtualalloc_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt
index df95052df0..f85cbdc694 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test13
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test13 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test13 coreclrpal)
target_link_libraries(paltest_virtualalloc_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt
index c57fc1f400..41ed0ca208 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test14
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test14 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test14 coreclrpal)
target_link_libraries(paltest_virtualalloc_test14
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt
index 8288cf29a9..87b29108b2 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test15
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test15 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test15 coreclrpal)
target_link_libraries(paltest_virtualalloc_test15
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt
index 8a056a211e..90e3f3bdb2 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test16
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test16 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test16 coreclrpal)
target_link_libraries(paltest_virtualalloc_test16
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt
index 51488e5d65..461b48ccc0 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test17
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test17 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test17 coreclrpal)
target_link_libraries(paltest_virtualalloc_test17
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt
index 682b68fef9..69823be14b 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test18
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test18 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test18 coreclrpal)
target_link_libraries(paltest_virtualalloc_test18
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt
index a7aa395272..fa65b4fa46 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test19
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test19 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test19 coreclrpal)
target_link_libraries(paltest_virtualalloc_test19
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt
index 7b8c6b9a6d..1753b1edc5 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test2
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test2 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test2 coreclrpal)
target_link_libraries(paltest_virtualalloc_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt
index 71dc10be18..2c55071149 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test20
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test20 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test20 coreclrpal)
target_link_libraries(paltest_virtualalloc_test20
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt
index b0c7347b1e..f97c32af75 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test21
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test21 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test21 coreclrpal)
target_link_libraries(paltest_virtualalloc_test21
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt
index f604ad89dc..035594bd79 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test3
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test3 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test3 coreclrpal)
target_link_libraries(paltest_virtualalloc_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt
index 364bc5440a..5ce80bf52f 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test4
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test4 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test4 coreclrpal)
target_link_libraries(paltest_virtualalloc_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt
index 2b7a2c37ed..138d9c9727 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test5
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test5 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test5 coreclrpal)
target_link_libraries(paltest_virtualalloc_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt
index 5bc5dd98f8..c61add9db4 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test6
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test6 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test6 coreclrpal)
target_link_libraries(paltest_virtualalloc_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt
index f18e2e6e88..b5452a0c48 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test7
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test7 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test7 coreclrpal)
target_link_libraries(paltest_virtualalloc_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt
index 1ed3834bc4..584a0c505a 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test8
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test8 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test8 coreclrpal)
target_link_libraries(paltest_virtualalloc_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt
index c19665da48..aee950b2e4 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualalloc_test9
${SOURCES}
)
-add_dependencies(paltest_virtualalloc_test9 CoreClrPal)
+add_dependencies(paltest_virtualalloc_test9 coreclrpal)
target_link_libraries(paltest_virtualalloc_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt
index 03fa85e8a8..1914f76fe6 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualfree_test1
${SOURCES}
)
-add_dependencies(paltest_virtualfree_test1 CoreClrPal)
+add_dependencies(paltest_virtualfree_test1 coreclrpal)
target_link_libraries(paltest_virtualfree_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt
index 2c7cae48de..a288b37154 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualfree_test2
${SOURCES}
)
-add_dependencies(paltest_virtualfree_test2 CoreClrPal)
+add_dependencies(paltest_virtualfree_test2 coreclrpal)
target_link_libraries(paltest_virtualfree_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt
index 4d850b4bfd..993189c1aa 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualfree_test3
${SOURCES}
)
-add_dependencies(paltest_virtualfree_test3 CoreClrPal)
+add_dependencies(paltest_virtualfree_test3 coreclrpal)
target_link_libraries(paltest_virtualfree_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt
index 27031d200a..214cf460ae 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualprotect_test1
${SOURCES}
)
-add_dependencies(paltest_virtualprotect_test1 CoreClrPal)
+add_dependencies(paltest_virtualprotect_test1 coreclrpal)
target_link_libraries(paltest_virtualprotect_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt
index be3191375f..27f43477ea 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualprotect_test2
${SOURCES}
)
-add_dependencies(paltest_virtualprotect_test2 CoreClrPal)
+add_dependencies(paltest_virtualprotect_test2 coreclrpal)
target_link_libraries(paltest_virtualprotect_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt
index 12715e53cc..994d4e2f41 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualprotect_test3
${SOURCES}
)
-add_dependencies(paltest_virtualprotect_test3 CoreClrPal)
+add_dependencies(paltest_virtualprotect_test3 coreclrpal)
target_link_libraries(paltest_virtualprotect_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt
index 9469387d04..2e0fba50bb 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualprotect_test4
${SOURCES}
)
-add_dependencies(paltest_virtualprotect_test4 CoreClrPal)
+add_dependencies(paltest_virtualprotect_test4 coreclrpal)
target_link_libraries(paltest_virtualprotect_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt
index fa8b9d48ac..6d6fd07df8 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualprotect_test6
${SOURCES}
)
-add_dependencies(paltest_virtualprotect_test6 CoreClrPal)
+add_dependencies(paltest_virtualprotect_test6 coreclrpal)
target_link_libraries(paltest_virtualprotect_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt
index 8bd788610d..06af860559 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualprotect_test7
${SOURCES}
)
-add_dependencies(paltest_virtualprotect_test7 CoreClrPal)
+add_dependencies(paltest_virtualprotect_test7 coreclrpal)
target_link_libraries(paltest_virtualprotect_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt
index f4d8e48413..4f4e4bc5f0 100644
--- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_virtualquery_test1
${SOURCES}
)
-add_dependencies(paltest_virtualquery_test1 CoreClrPal)
+add_dependencies(paltest_virtualquery_test1 coreclrpal)
target_link_libraries(paltest_virtualquery_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt
index 3231c9346c..542f8d3277 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibrarya_test1
${SOURCES}
)
-add_dependencies(paltest_loadlibrarya_test1 CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test1 coreclrpal)
target_link_libraries(paltest_loadlibrarya_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt
index 9e1cabd5c9..63cfb22545 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibrarya_test2
${SOURCES}
)
-add_dependencies(paltest_loadlibrarya_test2 CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test2 coreclrpal)
target_link_libraries(paltest_loadlibrarya_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt
index bc024bf319..143d0ec096 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibrarya_test3
${SOURCES}
)
-add_dependencies(paltest_loadlibrarya_test3 CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test3 coreclrpal)
target_link_libraries(paltest_loadlibrarya_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt
index 12446ea1d2..a9d791c916 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibrarya_test5
${SOURCES}
)
-add_dependencies(paltest_loadlibrarya_test5 CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test5 coreclrpal)
target_link_libraries(paltest_loadlibrarya_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt
index 81946429a6..bb66adef77 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_loadlibrarya_test6
${TESTSOURCES}
)
-add_dependencies(paltest_loadlibrarya_test6 CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test6 coreclrpal)
target_link_libraries(paltest_loadlibrarya_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_loadlibrarya_test6_dlltest
${HELPERSOURCES}
)
-add_dependencies(paltest_loadlibrarya_test6_dlltest CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test6_dlltest coreclrpal)
target_link_libraries(paltest_loadlibrarya_test6_dlltest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt
index dd7f8bdefb..6c0d174600 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibrarya_test7
${SOURCES}
)
-add_dependencies(paltest_loadlibrarya_test7 CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test7 coreclrpal)
target_link_libraries(paltest_loadlibrarya_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt
index e92282bef1..b663a7b5bc 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_loadlibrarya_test8
${TESTSOURCES}
)
-add_dependencies(paltest_loadlibrarya_test8 CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test8 coreclrpal)
target_link_libraries(paltest_loadlibrarya_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_loadlibrarya_test8_dlltest
${HELPERSOURCES}
)
-add_dependencies(paltest_loadlibrarya_test8_dlltest CoreClrPal)
+add_dependencies(paltest_loadlibrarya_test8_dlltest coreclrpal)
target_link_libraries(paltest_loadlibrarya_test8_dlltest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt
index 65bbc5c21d..87038012b7 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibraryw_test1
${SOURCES}
)
-add_dependencies(paltest_loadlibraryw_test1 CoreClrPal)
+add_dependencies(paltest_loadlibraryw_test1 coreclrpal)
target_link_libraries(paltest_loadlibraryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt
index 83d8934d2d..5e8486d23b 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibraryw_test2
${SOURCES}
)
-add_dependencies(paltest_loadlibraryw_test2 CoreClrPal)
+add_dependencies(paltest_loadlibraryw_test2 coreclrpal)
target_link_libraries(paltest_loadlibraryw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt
index 0a5a87b96b..2c96fa23da 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibraryw_test3
${SOURCES}
)
-add_dependencies(paltest_loadlibraryw_test3 CoreClrPal)
+add_dependencies(paltest_loadlibraryw_test3 coreclrpal)
target_link_libraries(paltest_loadlibraryw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt
index b80bdc333d..7b8931a961 100644
--- a/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_loadlibraryw_test5
${SOURCES}
)
-add_dependencies(paltest_loadlibraryw_test5 CoreClrPal)
+add_dependencies(paltest_loadlibraryw_test5 coreclrpal)
target_link_libraries(paltest_loadlibraryw_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt
index 0bae7d7f5d..96ee18d857 100644
--- a/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_comparestringa_test1
${SOURCES}
)
-add_dependencies(paltest_comparestringa_test1 CoreClrPal)
+add_dependencies(paltest_comparestringa_test1 coreclrpal)
target_link_libraries(paltest_comparestringa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt
index 09104a032d..8652977387 100644
--- a/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_comparestringw_test1
${SOURCES}
)
-add_dependencies(paltest_comparestringw_test1 CoreClrPal)
+add_dependencies(paltest_comparestringw_test1 coreclrpal)
target_link_libraries(paltest_comparestringw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt
index cf6c7d607a..c5513da2c1 100644
--- a/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getacp_test1
${SOURCES}
)
-add_dependencies(paltest_getacp_test1 CoreClrPal)
+add_dependencies(paltest_getacp_test1 coreclrpal)
target_link_libraries(paltest_getacp_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt
index d681dbee18..c209b121b2 100644
--- a/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcpinfo_test1
${SOURCES}
)
-add_dependencies(paltest_getcpinfo_test1 CoreClrPal)
+add_dependencies(paltest_getcpinfo_test1 coreclrpal)
target_link_libraries(paltest_getcpinfo_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt
index 73ff30ab15..6132e9b3fa 100644
--- a/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcpinfo_test2
${SOURCES}
)
-add_dependencies(paltest_getcpinfo_test2 CoreClrPal)
+add_dependencies(paltest_getcpinfo_test2 coreclrpal)
target_link_libraries(paltest_getcpinfo_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt
index 4b7bb4845a..3e4a09b51d 100644
--- a/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcpinfo_test3
${SOURCES}
)
-add_dependencies(paltest_getcpinfo_test3 CoreClrPal)
+add_dependencies(paltest_getcpinfo_test3 coreclrpal)
target_link_libraries(paltest_getcpinfo_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt
index e481685ed8..f373b98f7c 100644
--- a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getlocaleinfow_test1
${SOURCES}
)
-add_dependencies(paltest_getlocaleinfow_test1 CoreClrPal)
+add_dependencies(paltest_getlocaleinfow_test1 coreclrpal)
target_link_libraries(paltest_getlocaleinfow_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt
index f1a85ea755..dd5b82ef61 100644
--- a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getlocaleinfow_test2
${SOURCES}
)
-add_dependencies(paltest_getlocaleinfow_test2 CoreClrPal)
+add_dependencies(paltest_getlocaleinfow_test2 coreclrpal)
target_link_libraries(paltest_getlocaleinfow_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt
index a6eed88d75..5bb7b8c8b5 100644
--- a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getstringtypeexw_test1
${SOURCES}
)
-add_dependencies(paltest_getstringtypeexw_test1 CoreClrPal)
+add_dependencies(paltest_getstringtypeexw_test1 coreclrpal)
target_link_libraries(paltest_getstringtypeexw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt
index f89f6093f3..4a8fab243e 100644
--- a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getstringtypeexw_test2
${SOURCES}
)
-add_dependencies(paltest_getstringtypeexw_test2 CoreClrPal)
+add_dependencies(paltest_getstringtypeexw_test2 coreclrpal)
target_link_libraries(paltest_getstringtypeexw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt
index 4d1d746fcb..ef87b5f87f 100644
--- a/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getsystemdefaultlangid_test1
${SOURCES}
)
-add_dependencies(paltest_getsystemdefaultlangid_test1 CoreClrPal)
+add_dependencies(paltest_getsystemdefaultlangid_test1 coreclrpal)
target_link_libraries(paltest_getsystemdefaultlangid_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt
index 48cac7ad7f..8cec9d8306 100644
--- a/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getthreadlocale_test1
${SOURCES}
)
-add_dependencies(paltest_getthreadlocale_test1 CoreClrPal)
+add_dependencies(paltest_getthreadlocale_test1 coreclrpal)
target_link_libraries(paltest_getthreadlocale_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt
index c63aea4de9..281f3bf9c3 100644
--- a/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettimezoneinformation_test1
${SOURCES}
)
-add_dependencies(paltest_gettimezoneinformation_test1 CoreClrPal)
+add_dependencies(paltest_gettimezoneinformation_test1 coreclrpal)
target_link_libraries(paltest_gettimezoneinformation_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt
index 15d7c8e3ac..e039d46ccd 100644
--- a/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getuserdefaultlcid_test1
${SOURCES}
)
-add_dependencies(paltest_getuserdefaultlcid_test1 CoreClrPal)
+add_dependencies(paltest_getuserdefaultlcid_test1 coreclrpal)
target_link_libraries(paltest_getuserdefaultlcid_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt
index 11b5f20dbf..71fa0464bb 100644
--- a/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getuserdefaultlangid_test1
${SOURCES}
)
-add_dependencies(paltest_getuserdefaultlangid_test1 CoreClrPal)
+add_dependencies(paltest_getuserdefaultlangid_test1 coreclrpal)
target_link_libraries(paltest_getuserdefaultlangid_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt
index cad3511671..ad5ad7508d 100644
--- a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isdbcsleadbyte_test1
${SOURCES}
)
-add_dependencies(paltest_isdbcsleadbyte_test1 CoreClrPal)
+add_dependencies(paltest_isdbcsleadbyte_test1 coreclrpal)
target_link_libraries(paltest_isdbcsleadbyte_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt
index e6f5ed2b4f..9d53ee9b3b 100644
--- a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isdbcsleadbyteex_test1
${SOURCES}
)
-add_dependencies(paltest_isdbcsleadbyteex_test1 CoreClrPal)
+add_dependencies(paltest_isdbcsleadbyteex_test1 coreclrpal)
target_link_libraries(paltest_isdbcsleadbyteex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt
index 526f1beb82..d87e8c0d6b 100644
--- a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isvalidcodepage_test1
${SOURCES}
)
-add_dependencies(paltest_isvalidcodepage_test1 CoreClrPal)
+add_dependencies(paltest_isvalidcodepage_test1 coreclrpal)
target_link_libraries(paltest_isvalidcodepage_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt
index 5ad05a9713..adcae86ff9 100644
--- a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isvalidcodepage_test2
${SOURCES}
)
-add_dependencies(paltest_isvalidcodepage_test2 CoreClrPal)
+add_dependencies(paltest_isvalidcodepage_test2 coreclrpal)
target_link_libraries(paltest_isvalidcodepage_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt
index cdcf0928fd..8fc7604a49 100644
--- a/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isvalidlocale_test1
${SOURCES}
)
-add_dependencies(paltest_isvalidlocale_test1 CoreClrPal)
+add_dependencies(paltest_isvalidlocale_test1 coreclrpal)
target_link_libraries(paltest_isvalidlocale_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt
index f3d519e80f..044c47712b 100644
--- a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_multibytetowidechar_test1
${SOURCES}
)
-add_dependencies(paltest_multibytetowidechar_test1 CoreClrPal)
+add_dependencies(paltest_multibytetowidechar_test1 coreclrpal)
target_link_libraries(paltest_multibytetowidechar_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt
index be872b0484..0367d53938 100644
--- a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_multibytetowidechar_test2
${SOURCES}
)
-add_dependencies(paltest_multibytetowidechar_test2 CoreClrPal)
+add_dependencies(paltest_multibytetowidechar_test2 coreclrpal)
target_link_libraries(paltest_multibytetowidechar_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt
index 1a08e6349e..57e3d66faf 100644
--- a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_multibytetowidechar_test3
${SOURCES}
)
-add_dependencies(paltest_multibytetowidechar_test3 CoreClrPal)
+add_dependencies(paltest_multibytetowidechar_test3 coreclrpal)
target_link_libraries(paltest_multibytetowidechar_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt
index 40833a25ca..85824dd836 100644
--- a/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setthreadlocale_test1
${SOURCES}
)
-add_dependencies(paltest_setthreadlocale_test1 CoreClrPal)
+add_dependencies(paltest_setthreadlocale_test1 coreclrpal)
target_link_libraries(paltest_setthreadlocale_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt
index bfa4e85f8f..0d1d12b41e 100644
--- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_widechartomultibyte_test1
${SOURCES}
)
-add_dependencies(paltest_widechartomultibyte_test1 CoreClrPal)
+add_dependencies(paltest_widechartomultibyte_test1 coreclrpal)
target_link_libraries(paltest_widechartomultibyte_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt
index 64ddba7eaa..bbfad2ca9f 100644
--- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_widechartomultibyte_test2
${SOURCES}
)
-add_dependencies(paltest_widechartomultibyte_test2 CoreClrPal)
+add_dependencies(paltest_widechartomultibyte_test2 coreclrpal)
target_link_libraries(paltest_widechartomultibyte_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt
index 936e2061b0..0edfd73931 100644
--- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_widechartomultibyte_test3
${SOURCES}
)
-add_dependencies(paltest_widechartomultibyte_test3 CoreClrPal)
+add_dependencies(paltest_widechartomultibyte_test3 coreclrpal)
target_link_libraries(paltest_widechartomultibyte_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt
index 2e9e6b70ec..f0ffd84ee9 100644
--- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_widechartomultibyte_test4
${SOURCES}
)
-add_dependencies(paltest_widechartomultibyte_test4 CoreClrPal)
+add_dependencies(paltest_widechartomultibyte_test4 coreclrpal)
target_link_libraries(paltest_widechartomultibyte_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt
index 86ddc5ac56..8506d86737 100644
--- a/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_charnexta_test1
${SOURCES}
)
-add_dependencies(paltest_charnexta_test1 CoreClrPal)
+add_dependencies(paltest_charnexta_test1 coreclrpal)
target_link_libraries(paltest_charnexta_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt
index 2dd24b1b5e..04f4679630 100644
--- a/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_charnexta_test2
${SOURCES}
)
-add_dependencies(paltest_charnexta_test2 CoreClrPal)
+add_dependencies(paltest_charnexta_test2 coreclrpal)
target_link_libraries(paltest_charnexta_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt
index 64cf2df9f5..bfa12b5526 100644
--- a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_charnextexa_test1
${SOURCES}
)
-add_dependencies(paltest_charnextexa_test1 CoreClrPal)
+add_dependencies(paltest_charnextexa_test1 coreclrpal)
target_link_libraries(paltest_charnextexa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt
index 348bf7e826..556043abcd 100644
--- a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_charnextexa_test2
${SOURCES}
)
-add_dependencies(paltest_charnextexa_test2 CoreClrPal)
+add_dependencies(paltest_charnextexa_test2 coreclrpal)
target_link_libraries(paltest_charnextexa_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt
index 123a70f0b4..bbe37ddd19 100644
--- a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_closehandle_test1
${SOURCES}
)
-add_dependencies(paltest_closehandle_test1 CoreClrPal)
+add_dependencies(paltest_closehandle_test1 coreclrpal)
target_link_libraries(paltest_closehandle_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt
index 342fbedc09..75de513be7 100644
--- a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_closehandle_test2
${SOURCES}
)
-add_dependencies(paltest_closehandle_test2 CoreClrPal)
+add_dependencies(paltest_closehandle_test2 coreclrpal)
target_link_libraries(paltest_closehandle_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt
index 0ef6977770..af878cb873 100644
--- a/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createpipe_test1
${SOURCES}
)
-add_dependencies(paltest_createpipe_test1 CoreClrPal)
+add_dependencies(paltest_createpipe_test1 coreclrpal)
target_link_libraries(paltest_createpipe_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/CMakeLists.txt
index 8eeb0217a0..9caba45e71 100644
--- a/src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/EnsureOpenSslInitialized/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ensureopensslinitialized_test1
${SOURCES}
)
-add_dependencies(paltest_ensureopensslinitialized_test1 CoreClrPal)
+add_dependencies(paltest_ensureopensslinitialized_test1 coreclrpal)
target_link_libraries(paltest_ensureopensslinitialized_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt
index 567f14cda5..fbd8b0f87d 100644
--- a/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_flushinstructioncache_test1
${SOURCES}
)
-add_dependencies(paltest_flushinstructioncache_test1 CoreClrPal)
+add_dependencies(paltest_flushinstructioncache_test1 coreclrpal)
target_link_libraries(paltest_flushinstructioncache_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/ForkAndExecProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/ForkAndExecProcess/test1/CMakeLists.txt
index 7134827fbf..90b862e40d 100644
--- a/src/pal/tests/palsuite/miscellaneous/ForkAndExecProcess/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/ForkAndExecProcess/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_forkandexecprocess_test1
${SOURCES}
)
-add_dependencies(paltest_forkandexecprocess_test1 CoreClrPal)
+add_dependencies(paltest_forkandexecprocess_test1 coreclrpal)
target_link_libraries(paltest_forkandexecprocess_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt
index 443c77bd7e..0f242e9b30 100644
--- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_formatmessagew_test1
${SOURCES}
)
-add_dependencies(paltest_formatmessagew_test1 CoreClrPal)
+add_dependencies(paltest_formatmessagew_test1 coreclrpal)
target_link_libraries(paltest_formatmessagew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt
index ec82d21c89..26092ac300 100644
--- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_formatmessagew_test2
${SOURCES}
)
-add_dependencies(paltest_formatmessagew_test2 CoreClrPal)
+add_dependencies(paltest_formatmessagew_test2 coreclrpal)
target_link_libraries(paltest_formatmessagew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt
index 08496e769f..b430511c4c 100644
--- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_formatmessagew_test3
${SOURCES}
)
-add_dependencies(paltest_formatmessagew_test3 CoreClrPal)
+add_dependencies(paltest_formatmessagew_test3 coreclrpal)
target_link_libraries(paltest_formatmessagew_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt
index 335eedb9fa..cae8ff149c 100644
--- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_formatmessagew_test4
${SOURCES}
)
-add_dependencies(paltest_formatmessagew_test4 CoreClrPal)
+add_dependencies(paltest_formatmessagew_test4 coreclrpal)
target_link_libraries(paltest_formatmessagew_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt
index cd03eb5ada..6779f94ff9 100644
--- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_formatmessagew_test5
${SOURCES}
)
-add_dependencies(paltest_formatmessagew_test5 CoreClrPal)
+add_dependencies(paltest_formatmessagew_test5 coreclrpal)
target_link_libraries(paltest_formatmessagew_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt
index 31a75f0861..450b2b808b 100644
--- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_formatmessagew_test6
${SOURCES}
)
-add_dependencies(paltest_formatmessagew_test6 CoreClrPal)
+add_dependencies(paltest_formatmessagew_test6 coreclrpal)
target_link_libraries(paltest_formatmessagew_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt
index 4c4c2c2c82..be39b63ec9 100644
--- a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_freeenvironmentstringsw_test1
${SOURCES}
)
-add_dependencies(paltest_freeenvironmentstringsw_test1 CoreClrPal)
+add_dependencies(paltest_freeenvironmentstringsw_test1 coreclrpal)
target_link_libraries(paltest_freeenvironmentstringsw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt
index 87007f99c1..a3688dd24a 100644
--- a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_freeenvironmentstringsw_test2
${SOURCES}
)
-add_dependencies(paltest_freeenvironmentstringsw_test2 CoreClrPal)
+add_dependencies(paltest_freeenvironmentstringsw_test2 coreclrpal)
target_link_libraries(paltest_freeenvironmentstringsw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt
index b36aa4ad87..e3acf4061a 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcalendarinfow_test1
${SOURCES}
)
-add_dependencies(paltest_getcalendarinfow_test1 CoreClrPal)
+add_dependencies(paltest_getcalendarinfow_test1 coreclrpal)
target_link_libraries(paltest_getcalendarinfow_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt
index 22eb389807..cbfd1aa5db 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcalendarinfow_test2
${SOURCES}
)
-add_dependencies(paltest_getcalendarinfow_test2 CoreClrPal)
+add_dependencies(paltest_getcalendarinfow_test2 coreclrpal)
target_link_libraries(paltest_getcalendarinfow_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt
index 68e74b9641..491fdca9b5 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcommandlinew_test1
${SOURCES}
)
-add_dependencies(paltest_getcommandlinew_test1 CoreClrPal)
+add_dependencies(paltest_getcommandlinew_test1 coreclrpal)
target_link_libraries(paltest_getcommandlinew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt
index b258aa2a78..980dae88ae 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcomputernamew_test1
${SOURCES}
)
-add_dependencies(paltest_getcomputernamew_test1 CoreClrPal)
+add_dependencies(paltest_getcomputernamew_test1 coreclrpal)
target_link_libraries(paltest_getcomputernamew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt
index d2ffa7520e..5a340c6cfb 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getdateformatw_getdateformatw_neg1
${SOURCES}
)
-add_dependencies(paltest_getdateformatw_getdateformatw_neg1 CoreClrPal)
+add_dependencies(paltest_getdateformatw_getdateformatw_neg1 coreclrpal)
target_link_libraries(paltest_getdateformatw_getdateformatw_neg1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt
index a844ee2bdd..646de9160b 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getdateformatw_getdateformatw_neg2
${SOURCES}
)
-add_dependencies(paltest_getdateformatw_getdateformatw_neg2 CoreClrPal)
+add_dependencies(paltest_getdateformatw_getdateformatw_neg2 coreclrpal)
target_link_libraries(paltest_getdateformatw_getdateformatw_neg2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt
index 23c27141fc..8c1e4b024e 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getdateformatw_test1
${SOURCES}
)
-add_dependencies(paltest_getdateformatw_test1 CoreClrPal)
+add_dependencies(paltest_getdateformatw_test1 coreclrpal)
target_link_libraries(paltest_getdateformatw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt
index 042c3c8644..306400e558 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentstringsw_test1
${SOURCES}
)
-add_dependencies(paltest_getenvironmentstringsw_test1 CoreClrPal)
+add_dependencies(paltest_getenvironmentstringsw_test1 coreclrpal)
target_link_libraries(paltest_getenvironmentstringsw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt
index f04a71b000..184a6ef1f0 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablea_test1
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablea_test1 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablea_test1 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt
index 8511ce46ce..abfd73f458 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablea_test2
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablea_test2 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablea_test2 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablea_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt
index df5ffbad4a..a63c11b1a3 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablea_test3
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablea_test3 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablea_test3 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablea_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt
index 8f4a443308..76cfdb6d49 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablea_test4
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablea_test4 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablea_test4 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablea_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt
index 8cffdf39c8..548d86bb03 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablea_test5
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablea_test5 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablea_test5 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablea_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt
index 659126069e..a0873bb7e7 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablea_test6
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablea_test6 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablea_test6 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablea_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt
index 13cda7244e..567c992461 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablew_test1
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablew_test1 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablew_test1 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt
index e71a50028c..7234f61ed3 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablew_test2
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablew_test2 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablew_test2 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt
index 39f7578430..bafd75e52e 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablew_test3
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablew_test3 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablew_test3 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablew_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt
index 41377647a4..f870bd6b22 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablew_test4
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablew_test4 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablew_test4 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablew_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt
index 5ebb09050a..ab44781279 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablew_test5
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablew_test5 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablew_test5 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablew_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt
index 6af14a4025..e504c8323a 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getenvironmentvariablew_test6
${SOURCES}
)
-add_dependencies(paltest_getenvironmentvariablew_test6 CoreClrPal)
+add_dependencies(paltest_getenvironmentvariablew_test6 coreclrpal)
target_link_libraries(paltest_getenvironmentvariablew_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt
index 1cc313fc40..09e650c924 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getlasterror_test1
${SOURCES}
)
-add_dependencies(paltest_getlasterror_test1 CoreClrPal)
+add_dependencies(paltest_getlasterror_test1 coreclrpal)
target_link_libraries(paltest_getlasterror_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt
index 91f421ad54..960291fe79 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getsysteminfo_test1
${SOURCES}
)
-add_dependencies(paltest_getsysteminfo_test1 CoreClrPal)
+add_dependencies(paltest_getsysteminfo_test1 coreclrpal)
target_link_libraries(paltest_getsysteminfo_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt
index f5b0e4c405..5c6ea26a41 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_gettickcount_test1
${SOURCES}
)
-add_dependencies(paltest_gettickcount_test1 CoreClrPal)
+add_dependencies(paltest_gettickcount_test1 coreclrpal)
target_link_libraries(paltest_gettickcount_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt
index 6e5050368e..a1d5ab21b8 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getusernamew_test1
${SOURCES}
)
-add_dependencies(paltest_getusernamew_test1 CoreClrPal)
+add_dependencies(paltest_getusernamew_test1 coreclrpal)
target_link_libraries(paltest_getusernamew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt
index 79bd5200c6..b9dd711d36 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getversionexa_test1
${SOURCES}
)
-add_dependencies(paltest_getversionexa_test1 CoreClrPal)
+add_dependencies(paltest_getversionexa_test1 coreclrpal)
target_link_libraries(paltest_getversionexa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt
index 21f21bd544..d7eb683343 100644
--- a/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getversionexw_test1
${SOURCES}
)
-add_dependencies(paltest_getversionexw_test1 CoreClrPal)
+add_dependencies(paltest_getversionexw_test1 coreclrpal)
target_link_libraries(paltest_getversionexw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt
index b5773c9099..6a946236c3 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedexchangeadd_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedexchangeadd_test1 CoreClrPal)
+add_dependencies(paltest_interlockedexchangeadd_test1 coreclrpal)
target_link_libraries(paltest_interlockedexchangeadd_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt
index 6b4f8cf6b0..a3f4f741d7 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedcompareexchange_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedcompareexchange_test1 CoreClrPal)
+add_dependencies(paltest_interlockedcompareexchange_test1 coreclrpal)
target_link_libraries(paltest_interlockedcompareexchange_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt
index 403f98ea30..fdf0521b50 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedcompareexchange_test2
${SOURCES}
)
-add_dependencies(paltest_interlockedcompareexchange_test2 CoreClrPal)
+add_dependencies(paltest_interlockedcompareexchange_test2 coreclrpal)
target_link_libraries(paltest_interlockedcompareexchange_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt
index c0e1604dd2..6000db2286 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedcompareexchange64_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedcompareexchange64_test1 CoreClrPal)
+add_dependencies(paltest_interlockedcompareexchange64_test1 coreclrpal)
target_link_libraries(paltest_interlockedcompareexchange64_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt
index 69bc19c6af..2a82236f0f 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedcompareexchange64_test2
${SOURCES}
)
-add_dependencies(paltest_interlockedcompareexchange64_test2 CoreClrPal)
+add_dependencies(paltest_interlockedcompareexchange64_test2 coreclrpal)
target_link_libraries(paltest_interlockedcompareexchange64_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt
index cd7613d28b..a9fc74bb24 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedcompareexchangepointer_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedcompareexchangepointer_test1 CoreClrPal)
+add_dependencies(paltest_interlockedcompareexchangepointer_test1 coreclrpal)
target_link_libraries(paltest_interlockedcompareexchangepointer_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt
index c9128ed3b2..8b6fbfd79f 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockeddecrement_test1
${SOURCES}
)
-add_dependencies(paltest_interlockeddecrement_test1 CoreClrPal)
+add_dependencies(paltest_interlockeddecrement_test1 coreclrpal)
target_link_libraries(paltest_interlockeddecrement_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt
index e5c99b04b3..320019ed77 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockeddecrement_test2
${SOURCES}
)
-add_dependencies(paltest_interlockeddecrement_test2 CoreClrPal)
+add_dependencies(paltest_interlockeddecrement_test2 coreclrpal)
target_link_libraries(paltest_interlockeddecrement_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt
index fd357f3981..c942a333b1 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockeddecrement64_test1
${SOURCES}
)
-add_dependencies(paltest_interlockeddecrement64_test1 CoreClrPal)
+add_dependencies(paltest_interlockeddecrement64_test1 coreclrpal)
target_link_libraries(paltest_interlockeddecrement64_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt
index c1cae007ec..d5462ca7dd 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockeddecrement64_test2
${SOURCES}
)
-add_dependencies(paltest_interlockeddecrement64_test2 CoreClrPal)
+add_dependencies(paltest_interlockeddecrement64_test2 coreclrpal)
target_link_libraries(paltest_interlockeddecrement64_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt
index 9355a9a28a..39911d2de2 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedexchange_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedexchange_test1 CoreClrPal)
+add_dependencies(paltest_interlockedexchange_test1 coreclrpal)
target_link_libraries(paltest_interlockedexchange_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt
index 356449dc14..832868e7b7 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedexchange64_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedexchange64_test1 CoreClrPal)
+add_dependencies(paltest_interlockedexchange64_test1 coreclrpal)
target_link_libraries(paltest_interlockedexchange64_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt
index 3956ec71c5..e43533d1c1 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedexchangepointer_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedexchangepointer_test1 CoreClrPal)
+add_dependencies(paltest_interlockedexchangepointer_test1 coreclrpal)
target_link_libraries(paltest_interlockedexchangepointer_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt
index 874d8f6311..258d4bcb9b 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedincrement_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedincrement_test1 CoreClrPal)
+add_dependencies(paltest_interlockedincrement_test1 coreclrpal)
target_link_libraries(paltest_interlockedincrement_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt
index db13eeca4e..124f95a0a9 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedincrement_test2
${SOURCES}
)
-add_dependencies(paltest_interlockedincrement_test2 CoreClrPal)
+add_dependencies(paltest_interlockedincrement_test2 coreclrpal)
target_link_libraries(paltest_interlockedincrement_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt
index 0ee54cc013..2520ac583a 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedincrement64_test1
${SOURCES}
)
-add_dependencies(paltest_interlockedincrement64_test1 CoreClrPal)
+add_dependencies(paltest_interlockedincrement64_test1 coreclrpal)
target_link_libraries(paltest_interlockedincrement64_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt
index 3c734c53eb..4d85e40dfb 100644
--- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_interlockedincrement64_test2
${SOURCES}
)
-add_dependencies(paltest_interlockedincrement64_test2 CoreClrPal)
+add_dependencies(paltest_interlockedincrement64_test2 coreclrpal)
target_link_libraries(paltest_interlockedincrement64_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt
index a5205e3b2f..d41e6bc5ab 100644
--- a/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isbadcodeptr_test1
${SOURCES}
)
-add_dependencies(paltest_isbadcodeptr_test1 CoreClrPal)
+add_dependencies(paltest_isbadcodeptr_test1 coreclrpal)
target_link_libraries(paltest_isbadcodeptr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt
index bfb7f3ba0b..f1e84d73b8 100644
--- a/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isbadreadptr_test1
${SOURCES}
)
-add_dependencies(paltest_isbadreadptr_test1 CoreClrPal)
+add_dependencies(paltest_isbadreadptr_test1 coreclrpal)
target_link_libraries(paltest_isbadreadptr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt
index b58daecfdf..2b2e6aae2e 100644
--- a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isbadwriteptr_test1
${SOURCES}
)
-add_dependencies(paltest_isbadwriteptr_test1 CoreClrPal)
+add_dependencies(paltest_isbadwriteptr_test1 coreclrpal)
target_link_libraries(paltest_isbadwriteptr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt
index f82d3938c0..c033f8054f 100644
--- a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isbadwriteptr_test2
${SOURCES}
)
-add_dependencies(paltest_isbadwriteptr_test2 CoreClrPal)
+add_dependencies(paltest_isbadwriteptr_test2 coreclrpal)
target_link_libraries(paltest_isbadwriteptr_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt
index 7cf1748b0a..32cb901e8d 100644
--- a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_isbadwriteptr_test3
${SOURCES}
)
-add_dependencies(paltest_isbadwriteptr_test3 CoreClrPal)
+add_dependencies(paltest_isbadwriteptr_test3 coreclrpal)
target_link_libraries(paltest_isbadwriteptr_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt
index 6724add215..5e77e8ba98 100644
--- a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_messageboxw_test1
${SOURCES}
)
-add_dependencies(paltest_messageboxw_test1 CoreClrPal)
+add_dependencies(paltest_messageboxw_test1 coreclrpal)
target_link_libraries(paltest_messageboxw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt
index 8dfbdcff7d..4b0af2e77e 100644
--- a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_messageboxw_test2
${SOURCES}
)
-add_dependencies(paltest_messageboxw_test2 CoreClrPal)
+add_dependencies(paltest_messageboxw_test2 coreclrpal)
target_link_libraries(paltest_messageboxw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt
index 4ad75c432b..b66248522b 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablea_test1
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablea_test1 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablea_test1 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablea_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt
index c4fbe7439a..c062c6df65 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablea_test2
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablea_test2 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablea_test2 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablea_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt
index 5096d9ccff..159f574abe 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablea_test3
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablea_test3 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablea_test3 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablea_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt
index a6499535b3..29cca8d7b4 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablea_test4
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablea_test4 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablea_test4 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablea_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt
index cb2e4699b6..247dceefd9 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablew_test1
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablew_test1 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablew_test1 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablew_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt
index c05f219d64..a69343ccd5 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablew_test2
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablew_test2 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablew_test2 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablew_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt
index 0c0e5c864b..e9072c7143 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablew_test3
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablew_test3 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablew_test3 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablew_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt
index 2cc203f9c8..f5f48bab33 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setenvironmentvariablew_test4
${SOURCES}
)
-add_dependencies(paltest_setenvironmentvariablew_test4 CoreClrPal)
+add_dependencies(paltest_setenvironmentvariablew_test4 coreclrpal)
target_link_libraries(paltest_setenvironmentvariablew_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt
index 3ff83aabee..5248d6ce97 100644
--- a/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setlasterror_test1
${SOURCES}
)
-add_dependencies(paltest_setlasterror_test1 CoreClrPal)
+add_dependencies(paltest_setlasterror_test1 coreclrpal)
target_link_libraries(paltest_setlasterror_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt
index a2be928ca3..6876d1b24e 100644
--- a/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_i64tow_test1
${SOURCES}
)
-add_dependencies(paltest_i64tow_test1 CoreClrPal)
+add_dependencies(paltest_i64tow_test1 coreclrpal)
target_link_libraries(paltest_i64tow_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt
index 8b900191f9..f920c4bded 100644
--- a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ui64tow_test1
${SOURCES}
)
-add_dependencies(paltest_ui64tow_test1 CoreClrPal)
+add_dependencies(paltest_ui64tow_test1 coreclrpal)
target_link_libraries(paltest_ui64tow_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt
index 0f99d5102a..b4feb4b8fd 100644
--- a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_ui64tow_test2
${SOURCES}
)
-add_dependencies(paltest_ui64tow_test2 CoreClrPal)
+add_dependencies(paltest_ui64tow_test2 coreclrpal)
target_link_libraries(paltest_ui64tow_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt
index 9fc0694630..aa5b0c2646 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrcatw_test1
${SOURCES}
)
-add_dependencies(paltest_lstrcatw_test1 CoreClrPal)
+add_dependencies(paltest_lstrcatw_test1 coreclrpal)
target_link_libraries(paltest_lstrcatw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt
index 8bcf7c432d..8a11c8f154 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrcatw_test2
${SOURCES}
)
-add_dependencies(paltest_lstrcatw_test2 CoreClrPal)
+add_dependencies(paltest_lstrcatw_test2 coreclrpal)
target_link_libraries(paltest_lstrcatw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt
index c50e39eff3..1cdecedf1a 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrcatw_test3
${SOURCES}
)
-add_dependencies(paltest_lstrcatw_test3 CoreClrPal)
+add_dependencies(paltest_lstrcatw_test3 coreclrpal)
target_link_libraries(paltest_lstrcatw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt
index 1d61a5f348..640c224f83 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrcatw_test4
${SOURCES}
)
-add_dependencies(paltest_lstrcatw_test4 CoreClrPal)
+add_dependencies(paltest_lstrcatw_test4 coreclrpal)
target_link_libraries(paltest_lstrcatw_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt
index 4af8ae1583..e39c9a6098 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrcpyw_test1
${SOURCES}
)
-add_dependencies(paltest_lstrcpyw_test1 CoreClrPal)
+add_dependencies(paltest_lstrcpyw_test1 coreclrpal)
target_link_libraries(paltest_lstrcpyw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt
index faf489704e..4344b89402 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrcpynw_test1
${SOURCES}
)
-add_dependencies(paltest_lstrcpynw_test1 CoreClrPal)
+add_dependencies(paltest_lstrcpynw_test1 coreclrpal)
target_link_libraries(paltest_lstrcpynw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt
index 7fc5f6626c..807a5d83b9 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrlena_test1
${SOURCES}
)
-add_dependencies(paltest_lstrlena_test1 CoreClrPal)
+add_dependencies(paltest_lstrlena_test1 coreclrpal)
target_link_libraries(paltest_lstrlena_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt
index 57a8b674cb..fe6fc9691b 100644
--- a/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_lstrlenw_test1
${SOURCES}
)
-add_dependencies(paltest_lstrlenw_test1 CoreClrPal)
+add_dependencies(paltest_lstrlenw_test1 coreclrpal)
target_link_libraries(paltest_lstrlenw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt
index 6bcd81a186..d76467aeab 100644
--- a/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queryperformancecounter_test1
${SOURCES}
)
-add_dependencies(paltest_queryperformancecounter_test1 CoreClrPal)
+add_dependencies(paltest_queryperformancecounter_test1 coreclrpal)
target_link_libraries(paltest_queryperformancecounter_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt
index a1e177f2c5..352e51342d 100644
--- a/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queryperformancefrequency_test1
${SOURCES}
)
-add_dependencies(paltest_queryperformancefrequency_test1 CoreClrPal)
+add_dependencies(paltest_queryperformancefrequency_test1 coreclrpal)
target_link_libraries(paltest_queryperformancefrequency_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt
index 362bcbbf55..ef589329f0 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test1
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test1 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test1 coreclrpal)
target_link_libraries(paltest_wsprintfa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt
index 6fa3b0c7a9..92c44b9341 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test11
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test11 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test11 coreclrpal)
target_link_libraries(paltest_wsprintfa_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt
index 50032ae031..e4013ad9e3 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test12
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test12 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test12 coreclrpal)
target_link_libraries(paltest_wsprintfa_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt
index 816ef57c45..423b05d8d9 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test13
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test13 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test13 coreclrpal)
target_link_libraries(paltest_wsprintfa_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt
index 85b108b815..546a1daa38 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test2
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test2 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test2 coreclrpal)
target_link_libraries(paltest_wsprintfa_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt
index 3e925cc1ad..8043ccd60b 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test3
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test3 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test3 coreclrpal)
target_link_libraries(paltest_wsprintfa_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt
index 0294b194db..6a5caf95c2 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test6
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test6 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test6 coreclrpal)
target_link_libraries(paltest_wsprintfa_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt
index 20979cceea..0885f0f21e 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test7
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test7 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test7 coreclrpal)
target_link_libraries(paltest_wsprintfa_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt
index ec0ca22967..3c4b5ed36e 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test8
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test8 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test8 coreclrpal)
target_link_libraries(paltest_wsprintfa_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt
index 3684cbb349..dcbb22ebb5 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfa_test9
${SOURCES}
)
-add_dependencies(paltest_wsprintfa_test9 CoreClrPal)
+add_dependencies(paltest_wsprintfa_test9 coreclrpal)
target_link_libraries(paltest_wsprintfa_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt
index 66d3263e0d..b1c0fb3d0b 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test1
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test1 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test1 coreclrpal)
target_link_libraries(paltest_wsprintfw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt
index 1672140422..a5d73ed413 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test11
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test11 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test11 coreclrpal)
target_link_libraries(paltest_wsprintfw_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt
index 4fff7d39da..3811fb07c9 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test12
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test12 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test12 coreclrpal)
target_link_libraries(paltest_wsprintfw_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt
index 7309b601b4..617abb854c 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test13
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test13 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test13 coreclrpal)
target_link_libraries(paltest_wsprintfw_test13
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt
index b52a3da858..00b26da2e6 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test2
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test2 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test2 coreclrpal)
target_link_libraries(paltest_wsprintfw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt
index 02b526431e..25c6185d12 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test3
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test3 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test3 coreclrpal)
target_link_libraries(paltest_wsprintfw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt
index 8ef4f89126..c63a4d5c82 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test6
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test6 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test6 coreclrpal)
target_link_libraries(paltest_wsprintfw_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt
index 759e623f2e..25e43107ff 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test7
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test7 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test7 coreclrpal)
target_link_libraries(paltest_wsprintfw_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt
index 3af276c764..a6478a2af0 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test8
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test8 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test8 coreclrpal)
target_link_libraries(paltest_wsprintfw_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt
index 3440de8b5c..e09867b1a7 100644
--- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_wsprintfw_test9
${SOURCES}
)
-add_dependencies(paltest_wsprintfw_test9 CoreClrPal)
+add_dependencies(paltest_wsprintfw_test9 coreclrpal)
target_link_libraries(paltest_wsprintfw_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt
index ad6d3589a9..bf1d3a91e7 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_getpaldirectoryw_test1
${SOURCES}
)
-add_dependencies(paltest_pal_getpaldirectoryw_test1 CoreClrPal)
+add_dependencies(paltest_pal_getpaldirectoryw_test1 coreclrpal)
target_link_libraries(paltest_pal_getpaldirectoryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt
index 00086d14dc..e8d3c40565 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_getusertempdirectoryw_test1
${SOURCES}
)
-add_dependencies(paltest_pal_getusertempdirectoryw_test1 CoreClrPal)
+add_dependencies(paltest_pal_getusertempdirectoryw_test1 coreclrpal)
target_link_libraries(paltest_pal_getusertempdirectoryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt
index 2dbd11a9a4..416439d650 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_initialize_terminate_test1
${SOURCES}
)
-add_dependencies(paltest_pal_initialize_terminate_test1 CoreClrPal)
+add_dependencies(paltest_pal_initialize_terminate_test1 coreclrpal)
target_link_libraries(paltest_pal_initialize_terminate_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt
index cecba56b49..b7661fd240 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_initialize_terminate_test2
${SOURCES}
)
-add_dependencies(paltest_pal_initialize_terminate_test2 CoreClrPal)
+add_dependencies(paltest_pal_initialize_terminate_test2 coreclrpal)
target_link_libraries(paltest_pal_initialize_terminate_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt
index 877b061403..2379694b24 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_registerlibraryw_unregisterlibraryw_test1
${SOURCES}
)
-add_dependencies(paltest_pal_registerlibraryw_unregisterlibraryw_test1 CoreClrPal)
+add_dependencies(paltest_pal_registerlibraryw_unregisterlibraryw_test1 coreclrpal)
target_link_libraries(paltest_pal_registerlibraryw_unregisterlibraryw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt
index 03b1c7aee5..bbcb35933e 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_reg_unreg_libraryw_neg
${SOURCES}
)
-add_dependencies(paltest_reg_unreg_libraryw_neg CoreClrPal)
+add_dependencies(paltest_reg_unreg_libraryw_neg coreclrpal)
target_link_libraries(paltest_reg_unreg_libraryw_neg
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt
index 7fccb9dd59..59922b194b 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_errno_test1
${SOURCES}
)
-add_dependencies(paltest_pal_errno_test1 CoreClrPal)
+add_dependencies(paltest_pal_errno_test1 coreclrpal)
target_link_libraries(paltest_pal_errno_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt
index 47721bf264..3436a2dfdb 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_get_stderr_test1
${SOURCES}
)
-add_dependencies(paltest_pal_get_stderr_test1 CoreClrPal)
+add_dependencies(paltest_pal_get_stderr_test1 coreclrpal)
target_link_libraries(paltest_pal_get_stderr_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt
index 0dbe45e053..592895b18c 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_get_stdin_test1
${SOURCES}
)
-add_dependencies(paltest_pal_get_stdin_test1 CoreClrPal)
+add_dependencies(paltest_pal_get_stdin_test1 coreclrpal)
target_link_libraries(paltest_pal_get_stdin_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt
index f9ffd148d7..865dd52f16 100644
--- a/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_get_stdout_test1
${SOURCES}
)
-add_dependencies(paltest_pal_get_stdout_test1 CoreClrPal)
+add_dependencies(paltest_pal_get_stdout_test1 coreclrpal)
target_link_libraries(paltest_pal_get_stdout_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt
index a505df3d2f..cd18b76958 100644
--- a/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_entrypoint_test1
${SOURCES}
)
-add_dependencies(paltest_pal_entrypoint_test1 CoreClrPal)
+add_dependencies(paltest_pal_entrypoint_test1 coreclrpal)
target_link_libraries(paltest_pal_entrypoint_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt
index 20e4965cf5..f6e243d0c4 100644
--- a/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_pal_initializedebug_test1
${SOURCES}
)
-add_dependencies(paltest_pal_initializedebug_test1 CoreClrPal)
+add_dependencies(paltest_pal_initializedebug_test1 coreclrpal)
target_link_libraries(paltest_pal_initializedebug_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/samples/test1/CMakeLists.txt b/src/pal/tests/palsuite/samples/test1/CMakeLists.txt
index fac4d03bfb..da5892cfa6 100644
--- a/src/pal/tests/palsuite/samples/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/samples/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_samples_test1
${SOURCES}
)
-add_dependencies(paltest_samples_test1 CoreClrPal)
+add_dependencies(paltest_samples_test1 coreclrpal)
target_link_libraries(paltest_samples_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/samples/test2/CMakeLists.txt b/src/pal/tests/palsuite/samples/test2/CMakeLists.txt
index 8096b1901b..fdef2aac6b 100644
--- a/src/pal/tests/palsuite/samples/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/samples/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_samples_test2
${SOURCES}
)
-add_dependencies(paltest_samples_test2 CoreClrPal)
+add_dependencies(paltest_samples_test2 coreclrpal)
target_link_libraries(paltest_samples_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt
index 092a4a2e11..da1232eea4 100644
--- a/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createeventa_test1
${SOURCES}
)
-add_dependencies(paltest_createeventa_test1 CoreClrPal)
+add_dependencies(paltest_createeventa_test1 coreclrpal)
target_link_libraries(paltest_createeventa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt
index 6fad12927f..f87e5bea87 100644
--- a/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createeventa_test2
${SOURCES}
)
-add_dependencies(paltest_createeventa_test2 CoreClrPal)
+add_dependencies(paltest_createeventa_test2 coreclrpal)
target_link_libraries(paltest_createeventa_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt
index c5df930265..e33c404a79 100644
--- a/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createeventa_test3
${SOURCES}
)
-add_dependencies(paltest_createeventa_test3 CoreClrPal)
+add_dependencies(paltest_createeventa_test3 coreclrpal)
target_link_libraries(paltest_createeventa_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt
index 08ef58587c..0e8ba5bc2a 100644
--- a/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createeventw_test1
${SOURCES}
)
-add_dependencies(paltest_createeventw_test1 CoreClrPal)
+add_dependencies(paltest_createeventw_test1 coreclrpal)
target_link_libraries(paltest_createeventw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt
index 46d017a439..f624377474 100644
--- a/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createeventw_test2
${SOURCES}
)
-add_dependencies(paltest_createeventw_test2 CoreClrPal)
+add_dependencies(paltest_createeventw_test2 coreclrpal)
target_link_libraries(paltest_createeventw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt
index 1b30352a77..4493ba3872 100644
--- a/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createeventw_test3
${SOURCES}
)
-add_dependencies(paltest_createeventw_test3 CoreClrPal)
+add_dependencies(paltest_createeventw_test3 coreclrpal)
target_link_libraries(paltest_createeventw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt
index 360f8cee61..ffdf13228e 100644
--- a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createmutexa_releasemutex_test1
${SOURCES}
)
-add_dependencies(paltest_createmutexa_releasemutex_test1 CoreClrPal)
+add_dependencies(paltest_createmutexa_releasemutex_test1 coreclrpal)
target_link_libraries(paltest_createmutexa_releasemutex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt
index 96b5b18049..925c5d41f6 100644
--- a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createmutexa_releasemutex_test2
${SOURCES}
)
-add_dependencies(paltest_createmutexa_releasemutex_test2 CoreClrPal)
+add_dependencies(paltest_createmutexa_releasemutex_test2 coreclrpal)
target_link_libraries(paltest_createmutexa_releasemutex_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt
index 67b72c3155..a73ee045a3 100644
--- a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createmutexw_releasemutex_test1
${SOURCES}
)
-add_dependencies(paltest_createmutexw_releasemutex_test1 CoreClrPal)
+add_dependencies(paltest_createmutexw_releasemutex_test1 coreclrpal)
target_link_libraries(paltest_createmutexw_releasemutex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt
index 4697041cfe..b40569b3f5 100644
--- a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createmutexw_releasemutex_test2
${SOURCES}
)
-add_dependencies(paltest_createmutexw_releasemutex_test2 CoreClrPal)
+add_dependencies(paltest_createmutexw_releasemutex_test2 coreclrpal)
target_link_libraries(paltest_createmutexw_releasemutex_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt
index c699fcc373..67e53edccd 100644
--- a/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_createprocessa_test1
${TESTSOURCES}
)
-add_dependencies(paltest_createprocessa_test1 CoreClrPal)
+add_dependencies(paltest_createprocessa_test1 coreclrpal)
target_link_libraries(paltest_createprocessa_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_createprocessa_test1_child
${HELPERSOURCES}
)
-add_dependencies(paltest_createprocessa_test1_child CoreClrPal)
+add_dependencies(paltest_createprocessa_test1_child coreclrpal)
target_link_libraries(paltest_createprocessa_test1_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt
index 304e117962..b81ea2e978 100644
--- a/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_createprocessa_test2
${TESTSOURCES}
)
-add_dependencies(paltest_createprocessa_test2 CoreClrPal)
+add_dependencies(paltest_createprocessa_test2 coreclrpal)
target_link_libraries(paltest_createprocessa_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_createprocessa_test2_child
${HELPERSOURCES}
)
-add_dependencies(paltest_createprocessa_test2_child CoreClrPal)
+add_dependencies(paltest_createprocessa_test2_child coreclrpal)
target_link_libraries(paltest_createprocessa_test2_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt
index 1d292845e0..394b124526 100644
--- a/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_createprocessw_test1
${TESTSOURCES}
)
-add_dependencies(paltest_createprocessw_test1 CoreClrPal)
+add_dependencies(paltest_createprocessw_test1 coreclrpal)
target_link_libraries(paltest_createprocessw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_createprocessw_test1_child
${HELPERSOURCES}
)
-add_dependencies(paltest_createprocessw_test1_child CoreClrPal)
+add_dependencies(paltest_createprocessw_test1_child coreclrpal)
target_link_libraries(paltest_createprocessw_test1_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt
index 149c90e2ca..3feef213c4 100644
--- a/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_createprocessw_test2
${TESTSOURCES}
)
-add_dependencies(paltest_createprocessw_test2 CoreClrPal)
+add_dependencies(paltest_createprocessw_test2 coreclrpal)
target_link_libraries(paltest_createprocessw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_createprocessw_test2_child
${HELPERSOURCES}
)
-add_dependencies(paltest_createprocessw_test2_child CoreClrPal)
+add_dependencies(paltest_createprocessw_test2_child coreclrpal)
target_link_libraries(paltest_createprocessw_test2_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt
index 5569b29bd1..f89e150a32 100644
--- a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createsemaphorea_releasesemaphore_test1
${SOURCES}
)
-add_dependencies(paltest_createsemaphorea_releasesemaphore_test1 CoreClrPal)
+add_dependencies(paltest_createsemaphorea_releasesemaphore_test1 coreclrpal)
target_link_libraries(paltest_createsemaphorea_releasesemaphore_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt
index 7d532d99aa..f3e01749b8 100644
--- a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createsemaphorea_releasesemaphore_test2
${SOURCES}
)
-add_dependencies(paltest_createsemaphorea_releasesemaphore_test2 CoreClrPal)
+add_dependencies(paltest_createsemaphorea_releasesemaphore_test2 coreclrpal)
target_link_libraries(paltest_createsemaphorea_releasesemaphore_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt
index 7dc8445e2f..0c604d6ced 100644
--- a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createsemaphorea_releasesemaphore_test3
${SOURCES}
)
-add_dependencies(paltest_createsemaphorea_releasesemaphore_test3 CoreClrPal)
+add_dependencies(paltest_createsemaphorea_releasesemaphore_test3 coreclrpal)
target_link_libraries(paltest_createsemaphorea_releasesemaphore_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt
index 2f6ac85082..b40f2695bc 100644
--- a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createsemaphorew_releasesemaphore_test1
${SOURCES}
)
-add_dependencies(paltest_createsemaphorew_releasesemaphore_test1 CoreClrPal)
+add_dependencies(paltest_createsemaphorew_releasesemaphore_test1 coreclrpal)
target_link_libraries(paltest_createsemaphorew_releasesemaphore_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt
index d5b011d5fc..b14284d08f 100644
--- a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createsemaphorew_releasesemaphore_test2
${SOURCES}
)
-add_dependencies(paltest_createsemaphorew_releasesemaphore_test2 CoreClrPal)
+add_dependencies(paltest_createsemaphorew_releasesemaphore_test2 coreclrpal)
target_link_libraries(paltest_createsemaphorew_releasesemaphore_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt
index 1e155955c9..f7f0905761 100644
--- a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createsemaphorew_releasesemaphore_test3
${SOURCES}
)
-add_dependencies(paltest_createsemaphorew_releasesemaphore_test3 CoreClrPal)
+add_dependencies(paltest_createsemaphorew_releasesemaphore_test3 coreclrpal)
target_link_libraries(paltest_createsemaphorew_releasesemaphore_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt
index 6bf4f9f1da..d3921c4409 100644
--- a/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createthread_test1
${SOURCES}
)
-add_dependencies(paltest_createthread_test1 CoreClrPal)
+add_dependencies(paltest_createthread_test1 coreclrpal)
target_link_libraries(paltest_createthread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt
index 41e892fd29..350cf66e9b 100644
--- a/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createthread_test2
${SOURCES}
)
-add_dependencies(paltest_createthread_test2 CoreClrPal)
+add_dependencies(paltest_createthread_test2 coreclrpal)
target_link_libraries(paltest_createthread_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt
index 9b92c23bb5..923d7a72ab 100644
--- a/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_createthread_test3
${SOURCES}
)
-add_dependencies(paltest_createthread_test3 CoreClrPal)
+add_dependencies(paltest_createthread_test3 coreclrpal)
target_link_libraries(paltest_createthread_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt
index 5ece91585e..5ba04fd801 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test1
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test1 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test1 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt
index d36fcf8d5f..d26658cf5d 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test2
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test2 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test2 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt
index 2afdedf2bf..8bd2a72878 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test3
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test3 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test3 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt
index 157c6421b8..0626631640 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test4
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test4 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test4 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt
index 0890601683..37d709f121 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test5
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test5 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test5 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt
index 1116b1f00a..c580fdbd6b 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test6
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test6 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test6 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt
index bc5000e40b..0a12bfe3ef 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test7
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test7 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test7 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt
index 1f2d0bd99f..0d95a95410 100644
--- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_criticalsectionfunctions_test8
${SOURCES}
)
-add_dependencies(paltest_criticalsectionfunctions_test8 CoreClrPal)
+add_dependencies(paltest_criticalsectionfunctions_test8 coreclrpal)
target_link_libraries(paltest_criticalsectionfunctions_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt
index 77f649901b..04588b75fe 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test1
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test1 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test1 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt
index 317884717e..ba16252cb4 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test10
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test10 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test10 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt
index 18498200ca..68ce7b23fb 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_duplicatehandle_test11
${TESTSOURCES}
)
-add_dependencies(paltest_duplicatehandle_test11 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test11 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test11
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_duplicatehandle_test11_child
${HELPERSOURCES}
)
-add_dependencies(paltest_duplicatehandle_test11_child CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test11_child coreclrpal)
target_link_libraries(paltest_duplicatehandle_test11_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt
index 45db5b41e5..961a9c64e6 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test12
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test12 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test12 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test12
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt
index 59e6850533..06529a6204 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test2
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test2 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test2 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt
index 27623a53ff..7f961c2213 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test3
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test3 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test3 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt
index a15bb9fd43..c3040d09ec 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test4
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test4 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test4 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt
index 2b92979ccd..bc468a4a75 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test5
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test5 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test5 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt
index c99286325d..20f7822b1e 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test6
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test6 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test6 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt
index 13c5180cd7..df3fdf9ae0 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test7
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test7 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test7 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt
index cf7a231c8c..15ec23d272 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test8
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test8 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test8 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt
index 1fb04b1086..e4442e327c 100644
--- a/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_duplicatehandle_test9
${SOURCES}
)
-add_dependencies(paltest_duplicatehandle_test9 CoreClrPal)
+add_dependencies(paltest_duplicatehandle_test9 coreclrpal)
target_link_libraries(paltest_duplicatehandle_test9
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt
index 3525922305..decddb8512 100644
--- a/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exitprocess_test1
${SOURCES}
)
-add_dependencies(paltest_exitprocess_test1 CoreClrPal)
+add_dependencies(paltest_exitprocess_test1 coreclrpal)
target_link_libraries(paltest_exitprocess_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt
index 52f0abd6c1..881c7d0eee 100644
--- a/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exitprocess_test2
${SOURCES}
)
-add_dependencies(paltest_exitprocess_test2 CoreClrPal)
+add_dependencies(paltest_exitprocess_test2 coreclrpal)
target_link_libraries(paltest_exitprocess_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt
index 8201328eb9..638408e986 100644
--- a/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exitprocess_test3
${SOURCES}
)
-add_dependencies(paltest_exitprocess_test3 CoreClrPal)
+add_dependencies(paltest_exitprocess_test3 coreclrpal)
target_link_libraries(paltest_exitprocess_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt
index 0b574ae694..15e0c1b62d 100644
--- a/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_exitthread_test1
${SOURCES}
)
-add_dependencies(paltest_exitthread_test1 CoreClrPal)
+add_dependencies(paltest_exitthread_test1 coreclrpal)
target_link_libraries(paltest_exitthread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt
index d61590f463..aa05382feb 100644
--- a/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_exitthread_test2
${TESTSOURCES}
)
-add_dependencies(paltest_exitthread_test2 CoreClrPal)
+add_dependencies(paltest_exitthread_test2 coreclrpal)
target_link_libraries(paltest_exitthread_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_exitthread_test2_child
${HELPERSOURCES}
)
-add_dependencies(paltest_exitthread_test2_child CoreClrPal)
+add_dependencies(paltest_exitthread_test2_child coreclrpal)
target_link_libraries(paltest_exitthread_test2_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt
index b587d3e614..44105348be 100644
--- a/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcurrentprocess_test1
${SOURCES}
)
-add_dependencies(paltest_getcurrentprocess_test1 CoreClrPal)
+add_dependencies(paltest_getcurrentprocess_test1 coreclrpal)
target_link_libraries(paltest_getcurrentprocess_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt
index 252dad14f8..e5c31e6af2 100644
--- a/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcurrentprocessid_test1
${SOURCES}
)
-add_dependencies(paltest_getcurrentprocessid_test1 CoreClrPal)
+add_dependencies(paltest_getcurrentprocessid_test1 coreclrpal)
target_link_libraries(paltest_getcurrentprocessid_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt
index 19c69ca27c..84cbccbca0 100644
--- a/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcurrentthread_test1
${SOURCES}
)
-add_dependencies(paltest_getcurrentthread_test1 CoreClrPal)
+add_dependencies(paltest_getcurrentthread_test1 coreclrpal)
target_link_libraries(paltest_getcurrentthread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt
index 66af04e0cd..3fc3c3e7c6 100644
--- a/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcurrentthread_test2
${SOURCES}
)
-add_dependencies(paltest_getcurrentthread_test2 CoreClrPal)
+add_dependencies(paltest_getcurrentthread_test2 coreclrpal)
target_link_libraries(paltest_getcurrentthread_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt
index fee8ed2b12..490bff8f5f 100644
--- a/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getcurrentthreadid_test1
${SOURCES}
)
-add_dependencies(paltest_getcurrentthreadid_test1 CoreClrPal)
+add_dependencies(paltest_getcurrentthreadid_test1 coreclrpal)
target_link_libraries(paltest_getcurrentthreadid_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt
index c2ea6ca9a6..adddd97e6d 100644
--- a/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_getexitcodeprocess_test1
${TESTSOURCES}
)
-add_dependencies(paltest_getexitcodeprocess_test1 CoreClrPal)
+add_dependencies(paltest_getexitcodeprocess_test1 coreclrpal)
target_link_libraries(paltest_getexitcodeprocess_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_getexitcodeprocess_test1_child
${HELPERSOURCES}
)
-add_dependencies(paltest_getexitcodeprocess_test1_child CoreClrPal)
+add_dependencies(paltest_getexitcodeprocess_test1_child coreclrpal)
target_link_libraries(paltest_getexitcodeprocess_test1_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt
index 9d308f2050..0ef7260204 100644
--- a/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_getprocesstimes_test2
${SOURCES}
)
-add_dependencies(paltest_getprocesstimes_test2 CoreClrPal)
+add_dependencies(paltest_getprocesstimes_test2 coreclrpal)
target_link_libraries(paltest_getprocesstimes_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt
index 871ba71386..2bb61e3044 100644
--- a/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openeventw_test1
${SOURCES}
)
-add_dependencies(paltest_openeventw_test1 CoreClrPal)
+add_dependencies(paltest_openeventw_test1 coreclrpal)
target_link_libraries(paltest_openeventw_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt
index e038470338..48fa1f2c4b 100644
--- a/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openeventw_test2
${SOURCES}
)
-add_dependencies(paltest_openeventw_test2 CoreClrPal)
+add_dependencies(paltest_openeventw_test2 coreclrpal)
target_link_libraries(paltest_openeventw_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt
index 7433744c71..433a3a255c 100644
--- a/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_openeventw_test3
${TESTSOURCES}
)
-add_dependencies(paltest_openeventw_test3 CoreClrPal)
+add_dependencies(paltest_openeventw_test3 coreclrpal)
target_link_libraries(paltest_openeventw_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_openeventw_test3_child
${HELPERSOURCES}
)
-add_dependencies(paltest_openeventw_test3_child CoreClrPal)
+add_dependencies(paltest_openeventw_test3_child coreclrpal)
target_link_libraries(paltest_openeventw_test3_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt
index ec0668c218..ff17fea23b 100644
--- a/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openeventw_test4
${SOURCES}
)
-add_dependencies(paltest_openeventw_test4 CoreClrPal)
+add_dependencies(paltest_openeventw_test4 coreclrpal)
target_link_libraries(paltest_openeventw_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt
index b1eab7beb6..b78d7fbfc0 100644
--- a/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_openeventw_test5
${SOURCES}
)
-add_dependencies(paltest_openeventw_test5 CoreClrPal)
+add_dependencies(paltest_openeventw_test5 coreclrpal)
target_link_libraries(paltest_openeventw_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt
index 0022bb6626..26d30547a9 100644
--- a/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_openprocess_test1
${TESTSOURCES}
)
-add_dependencies(paltest_openprocess_test1 CoreClrPal)
+add_dependencies(paltest_openprocess_test1 coreclrpal)
target_link_libraries(paltest_openprocess_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_openprocess_test1_child
${HELPERSOURCES}
)
-add_dependencies(paltest_openprocess_test1_child CoreClrPal)
+add_dependencies(paltest_openprocess_test1_child coreclrpal)
target_link_libraries(paltest_openprocess_test1_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt
index ba628917c5..54a4d03719 100644
--- a/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queueuserapc_test1
${SOURCES}
)
-add_dependencies(paltest_queueuserapc_test1 CoreClrPal)
+add_dependencies(paltest_queueuserapc_test1 coreclrpal)
target_link_libraries(paltest_queueuserapc_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt
index e3cf4b8693..88cda5f7b1 100644
--- a/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queueuserapc_test2
${SOURCES}
)
-add_dependencies(paltest_queueuserapc_test2 CoreClrPal)
+add_dependencies(paltest_queueuserapc_test2 coreclrpal)
target_link_libraries(paltest_queueuserapc_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt
index 14ed2be0e6..8475dcb03e 100644
--- a/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queueuserapc_test3
${SOURCES}
)
-add_dependencies(paltest_queueuserapc_test3 CoreClrPal)
+add_dependencies(paltest_queueuserapc_test3 coreclrpal)
target_link_libraries(paltest_queueuserapc_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt
index 316d7f6322..2552738b50 100644
--- a/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queueuserapc_test4
${SOURCES}
)
-add_dependencies(paltest_queueuserapc_test4 CoreClrPal)
+add_dependencies(paltest_queueuserapc_test4 coreclrpal)
target_link_libraries(paltest_queueuserapc_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt
index 128b4fb97a..c2fa10de12 100644
--- a/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queueuserapc_test5
${SOURCES}
)
-add_dependencies(paltest_queueuserapc_test5 CoreClrPal)
+add_dependencies(paltest_queueuserapc_test5 coreclrpal)
target_link_libraries(paltest_queueuserapc_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt
index 4dd496c484..3fd1b1a08e 100644
--- a/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queueuserapc_test6
${SOURCES}
)
-add_dependencies(paltest_queueuserapc_test6 CoreClrPal)
+add_dependencies(paltest_queueuserapc_test6 coreclrpal)
target_link_libraries(paltest_queueuserapc_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt
index 3250d9ecbf..751f3894f4 100644
--- a/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_queueuserapc_test7
${SOURCES}
)
-add_dependencies(paltest_queueuserapc_test7 CoreClrPal)
+add_dependencies(paltest_queueuserapc_test7 coreclrpal)
target_link_libraries(paltest_queueuserapc_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt
index 53e5f37c98..8e64c28242 100644
--- a/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_releasemutex_test3
${SOURCES}
)
-add_dependencies(paltest_releasemutex_test3 CoreClrPal)
+add_dependencies(paltest_releasemutex_test3 coreclrpal)
target_link_libraries(paltest_releasemutex_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt
index a8e9fdc2f0..78e84da2b9 100644
--- a/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_resetevent_test1
${SOURCES}
)
-add_dependencies(paltest_resetevent_test1 CoreClrPal)
+add_dependencies(paltest_resetevent_test1 coreclrpal)
target_link_libraries(paltest_resetevent_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt
index 11a34135d9..ad0fe9b4a1 100644
--- a/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_resetevent_test2
${SOURCES}
)
-add_dependencies(paltest_resetevent_test2 CoreClrPal)
+add_dependencies(paltest_resetevent_test2 coreclrpal)
target_link_libraries(paltest_resetevent_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt
index f2a41f1b8f..3c4ea1f249 100644
--- a/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_resetevent_test3
${SOURCES}
)
-add_dependencies(paltest_resetevent_test3 CoreClrPal)
+add_dependencies(paltest_resetevent_test3 coreclrpal)
target_link_libraries(paltest_resetevent_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt
index a6ec4d4d5e..68ee20bc95 100644
--- a/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_resetevent_test4
${SOURCES}
)
-add_dependencies(paltest_resetevent_test4 CoreClrPal)
+add_dependencies(paltest_resetevent_test4 coreclrpal)
target_link_libraries(paltest_resetevent_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt
index afc211b636..2c83dfd3d5 100644
--- a/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_resumethread_test1
${SOURCES}
)
-add_dependencies(paltest_resumethread_test1 CoreClrPal)
+add_dependencies(paltest_resumethread_test1 coreclrpal)
target_link_libraries(paltest_resumethread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt
index 80bf3ac8ba..a12b8264f5 100644
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setconsolectrlhandler_test1
${SOURCES}
)
-add_dependencies(paltest_setconsolectrlhandler_test1 CoreClrPal)
+add_dependencies(paltest_setconsolectrlhandler_test1 coreclrpal)
target_link_libraries(paltest_setconsolectrlhandler_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt
index 20dafcef6c..3a12c845ec 100644
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setconsolectrlhandler_test10
${SOURCES}
)
-add_dependencies(paltest_setconsolectrlhandler_test10 CoreClrPal)
+add_dependencies(paltest_setconsolectrlhandler_test10 coreclrpal)
target_link_libraries(paltest_setconsolectrlhandler_test10
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt
index ceac6b9807..9c02d5ba0f 100644
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setconsolectrlhandler_test4
${SOURCES}
)
-add_dependencies(paltest_setconsolectrlhandler_test4 CoreClrPal)
+add_dependencies(paltest_setconsolectrlhandler_test4 coreclrpal)
target_link_libraries(paltest_setconsolectrlhandler_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt
index 557063975b..1a5ebd71b6 100644
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setconsolectrlhandler_test5
${SOURCES}
)
-add_dependencies(paltest_setconsolectrlhandler_test5 CoreClrPal)
+add_dependencies(paltest_setconsolectrlhandler_test5 coreclrpal)
target_link_libraries(paltest_setconsolectrlhandler_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt
index 8d0d632ae2..4e0c6ef3ab 100644
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setconsolectrlhandler_test6
${SOURCES}
)
-add_dependencies(paltest_setconsolectrlhandler_test6 CoreClrPal)
+add_dependencies(paltest_setconsolectrlhandler_test6 coreclrpal)
target_link_libraries(paltest_setconsolectrlhandler_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt
index cb2bd45101..581785c136 100644
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setconsolectrlhandler_test7
${SOURCES}
)
-add_dependencies(paltest_setconsolectrlhandler_test7 CoreClrPal)
+add_dependencies(paltest_setconsolectrlhandler_test7 coreclrpal)
target_link_libraries(paltest_setconsolectrlhandler_test7
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt
index 3d0077e953..e7c093a75f 100644
--- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setconsolectrlhandler_test8
${SOURCES}
)
-add_dependencies(paltest_setconsolectrlhandler_test8 CoreClrPal)
+add_dependencies(paltest_setconsolectrlhandler_test8 coreclrpal)
target_link_libraries(paltest_setconsolectrlhandler_test8
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt
index a88f23fdfc..cfdeb31950 100644
--- a/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_seterrormode_test1
${SOURCES}
)
-add_dependencies(paltest_seterrormode_test1 CoreClrPal)
+add_dependencies(paltest_seterrormode_test1 coreclrpal)
target_link_libraries(paltest_seterrormode_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt
index ddf16164c2..9be8d5a421 100644
--- a/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setevent_test1
${SOURCES}
)
-add_dependencies(paltest_setevent_test1 CoreClrPal)
+add_dependencies(paltest_setevent_test1 coreclrpal)
target_link_libraries(paltest_setevent_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt
index a729092c81..87522b3ffc 100644
--- a/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setevent_test2
${SOURCES}
)
-add_dependencies(paltest_setevent_test2 CoreClrPal)
+add_dependencies(paltest_setevent_test2 coreclrpal)
target_link_libraries(paltest_setevent_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt
index 6ee67550c9..d09239b3e4 100644
--- a/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setevent_test3
${SOURCES}
)
-add_dependencies(paltest_setevent_test3 CoreClrPal)
+add_dependencies(paltest_setevent_test3 coreclrpal)
target_link_libraries(paltest_setevent_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt
index 4e096a7c58..3f1d344292 100644
--- a/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setevent_test4
${SOURCES}
)
-add_dependencies(paltest_setevent_test4 CoreClrPal)
+add_dependencies(paltest_setevent_test4 coreclrpal)
target_link_libraries(paltest_setevent_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt
index fd20141075..b0d8db28a2 100644
--- a/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sleep_test1
${SOURCES}
)
-add_dependencies(paltest_sleep_test1 CoreClrPal)
+add_dependencies(paltest_sleep_test1 coreclrpal)
target_link_libraries(paltest_sleep_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt
index 502fa9685b..832e8ab42d 100644
--- a/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sleep_test2
${SOURCES}
)
-add_dependencies(paltest_sleep_test2 CoreClrPal)
+add_dependencies(paltest_sleep_test2 coreclrpal)
target_link_libraries(paltest_sleep_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt
index 003d98daa8..de562755fc 100644
--- a/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sleepex_test1
${SOURCES}
)
-add_dependencies(paltest_sleepex_test1 CoreClrPal)
+add_dependencies(paltest_sleepex_test1 coreclrpal)
target_link_libraries(paltest_sleepex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt
index 14585f6696..0ea4a44449 100644
--- a/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_sleepex_test2
${SOURCES}
)
-add_dependencies(paltest_sleepex_test2 CoreClrPal)
+add_dependencies(paltest_sleepex_test2 coreclrpal)
target_link_libraries(paltest_sleepex_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt
index 0fac3509bf..622172680d 100644
--- a/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_suspendthread_test1
${SOURCES}
)
-add_dependencies(paltest_suspendthread_test1 CoreClrPal)
+add_dependencies(paltest_suspendthread_test1 coreclrpal)
target_link_libraries(paltest_suspendthread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt
index 1c90a76084..3bb6c4097a 100644
--- a/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_suspendthread_test2
${SOURCES}
)
-add_dependencies(paltest_suspendthread_test2 CoreClrPal)
+add_dependencies(paltest_suspendthread_test2 coreclrpal)
target_link_libraries(paltest_suspendthread_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt
index baee1dd29e..a2eb9e0323 100644
--- a/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_suspendthread_test3
${SOURCES}
)
-add_dependencies(paltest_suspendthread_test3 CoreClrPal)
+add_dependencies(paltest_suspendthread_test3 coreclrpal)
target_link_libraries(paltest_suspendthread_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt
index 9dbb0577b2..55cb3edbed 100644
--- a/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_suspendthread_test4
${SOURCES}
)
-add_dependencies(paltest_suspendthread_test4 CoreClrPal)
+add_dependencies(paltest_suspendthread_test4 coreclrpal)
target_link_libraries(paltest_suspendthread_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt
index 4f46185b9d..f8fe6d6939 100644
--- a/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_suspendthread_test5
${SOURCES}
)
-add_dependencies(paltest_suspendthread_test5 CoreClrPal)
+add_dependencies(paltest_suspendthread_test5 coreclrpal)
target_link_libraries(paltest_suspendthread_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt
index 9b9cdec098..40ecc910b0 100644
--- a/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_switchtothread_test1
${SOURCES}
)
-add_dependencies(paltest_switchtothread_test1 CoreClrPal)
+add_dependencies(paltest_switchtothread_test1 coreclrpal)
target_link_libraries(paltest_switchtothread_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt
index 1e19a9d3cc..ff1a866eb9 100644
--- a/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tls_test1
${SOURCES}
)
-add_dependencies(paltest_tls_test1 CoreClrPal)
+add_dependencies(paltest_tls_test1 coreclrpal)
target_link_libraries(paltest_tls_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt
index 7d4a18c24f..5afe82b4a6 100644
--- a/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tls_test2
${SOURCES}
)
-add_dependencies(paltest_tls_test2 CoreClrPal)
+add_dependencies(paltest_tls_test2 coreclrpal)
target_link_libraries(paltest_tls_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt
index 5983c2c18f..0964d33d2c 100644
--- a/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tls_test3
${SOURCES}
)
-add_dependencies(paltest_tls_test3 CoreClrPal)
+add_dependencies(paltest_tls_test3 coreclrpal)
target_link_libraries(paltest_tls_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt
index a202b5fa21..7e7b47786a 100644
--- a/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tls_test4
${SOURCES}
)
-add_dependencies(paltest_tls_test4 CoreClrPal)
+add_dependencies(paltest_tls_test4 coreclrpal)
target_link_libraries(paltest_tls_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt
index 3e4aeb998f..5fb5c9ddfd 100644
--- a/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tls_test5
${SOURCES}
)
-add_dependencies(paltest_tls_test5 CoreClrPal)
+add_dependencies(paltest_tls_test5 coreclrpal)
target_link_libraries(paltest_tls_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt
index f4385d5574..8b3a4ed64a 100644
--- a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_tls_test6_optimizedtls
${SOURCES}
)
-add_dependencies(paltest_tls_test6_optimizedtls CoreClrPal)
+add_dependencies(paltest_tls_test6_optimizedtls coreclrpal)
target_link_libraries(paltest_tls_test6_optimizedtls
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt
index 44d0b98919..37d575952f 100644
--- a/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_terminateprocess_test1
${SOURCES}
)
-add_dependencies(paltest_terminateprocess_test1 CoreClrPal)
+add_dependencies(paltest_terminateprocess_test1 coreclrpal)
target_link_libraries(paltest_terminateprocess_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt
index 197be8dd8d..e341ca7435 100644
--- a/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_threadpriority_test1
${SOURCES}
)
-add_dependencies(paltest_threadpriority_test1 CoreClrPal)
+add_dependencies(paltest_threadpriority_test1 coreclrpal)
target_link_libraries(paltest_threadpriority_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt
index b5b5190f1c..2b1f946b26 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitformultipleobjects_test1
${SOURCES}
)
-add_dependencies(paltest_waitformultipleobjects_test1 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjects_test1 coreclrpal)
target_link_libraries(paltest_waitformultipleobjects_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt
index 1f9812e08b..e348bc519d 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitformultipleobjects_test2
${SOURCES}
)
-add_dependencies(paltest_waitformultipleobjects_test2 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjects_test2 coreclrpal)
target_link_libraries(paltest_waitformultipleobjects_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt
index e08273b423..d035021bb9 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitformultipleobjectsex_test1
${SOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test1 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test1 coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt
index c6943834c9..ab47c6f2e7 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitformultipleobjectsex_test2
${SOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test2 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test2 coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test2
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt
index 2f0aaaa2b6..645b86719d 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitformultipleobjectsex_test3
${SOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test3 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test3 coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test3
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt
index 880212dee0..3cd7f72b98 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitformultipleobjectsex_test4
${SOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test4 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test4 coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test4
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt
index d5c6d32c02..50147e9bf3 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_waitformultipleobjectsex_test5
${TESTSOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test5 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test5 coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test5
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_waitformultipleobjectsex_test5_helper
${HELPERSOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test5_helper CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test5_helper coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test5_helper
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt
index b1fa21e371..ce75cadbff 100644
--- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_waitformultipleobjectsex_test6
${TESTSOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test6 CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test6 coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test6
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_waitformultipleobjectsex_test6_child
${HELPERSOURCES}
)
-add_dependencies(paltest_waitformultipleobjectsex_test6_child CoreClrPal)
+add_dependencies(paltest_waitformultipleobjectsex_test6_child coreclrpal)
target_link_libraries(paltest_waitformultipleobjectsex_test6_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt
index fed65cbf64..65fa0abe14 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitforsingleobject_wfsoexmutextest
${SOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsoexmutextest CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsoexmutextest coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsoexmutextest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt
index 50f90ef0d8..12517e31e0 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitforsingleobject_wfsoexsemaphoretest
${SOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsoexsemaphoretest CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsoexsemaphoretest coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsoexsemaphoretest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt
index 57a4219182..f3d868f082 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitforsingleobject_wfsoexthreadtest
${SOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsoexthreadtest CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsoexthreadtest coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsoexthreadtest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt
index abd1abd790..374880e90f 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitforsingleobject_wfsomutextest
${SOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsomutextest CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsomutextest coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsomutextest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt
index fbd280242a..a70b101988 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt
@@ -10,12 +10,12 @@ add_executable(paltest_waitforsingleobject_wfsoprocesstest
${TESTSOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsoprocesstest CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsoprocesstest coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsoprocesstest
pthread
m
- CoreClrPal
+ coreclrpal
)
@@ -27,10 +27,10 @@ add_executable(paltest_waitforsingleobject_wfsoprocesstest_child
${HELPERSOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsoprocesstest_child CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsoprocesstest_child coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsoprocesstest_child
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt
index 4ee38e2765..171e0583e5 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitforsingleobject_wfsosemaphoretest
${SOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsosemaphoretest CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsosemaphoretest coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsosemaphoretest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt
index 596702556c..18701a9da5 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitforsingleobject_wfsothreadtest
${SOURCES}
)
-add_dependencies(paltest_waitforsingleobject_wfsothreadtest CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_wfsothreadtest coreclrpal)
target_link_libraries(paltest_waitforsingleobject_wfsothreadtest
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt
index 15df8a055b..0a71330ba1 100644
--- a/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_waitforsingleobject_test1
${SOURCES}
)
-add_dependencies(paltest_waitforsingleobject_test1 CoreClrPal)
+add_dependencies(paltest_waitforsingleobject_test1 coreclrpal)
target_link_libraries(paltest_waitforsingleobject_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt
index 1d609535e6..5002bf763d 100644
--- a/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_yieldprocessor_test1
${SOURCES}
)
-add_dependencies(paltest_yieldprocessor_test1 CoreClrPal)
+add_dependencies(paltest_yieldprocessor_test1 coreclrpal)
target_link_libraries(paltest_yieldprocessor_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt
index 2411884690..e415f91fb2 100644
--- a/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_releasesemaphore_test1
${SOURCES}
)
-add_dependencies(paltest_releasesemaphore_test1 CoreClrPal)
+add_dependencies(paltest_releasesemaphore_test1 coreclrpal)
target_link_libraries(paltest_releasesemaphore_test1
pthread
m
- CoreClrPal
+ coreclrpal
)
diff --git a/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt
index c9320339d4..51a52ddb91 100644
--- a/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt
+++ b/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt
@@ -10,10 +10,10 @@ add_executable(paltest_setthreadcontext_test1
${SOURCES}
)
-add_dependencies(paltest_setthreadcontext_test1 CoreClrPal)
+add_dependencies(paltest_setthreadcontext_test1 coreclrpal)
target_link_libraries(paltest_setthreadcontext_test1
pthread
m
- CoreClrPal
+ coreclrpal
)