fixed test location for threadpool

This commit is contained in:
parth21999 2020-06-10 11:11:54 -04:00
Родитель 3f6b06cd86
Коммит 7583ba83f9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ set(${theseTestsName}_h_files
../../../interfaces/inc/string_utils.h
)
build_c_tests(${theseTestsName} ON "tests/pal/win32" ADDITIONAL_LIBS pal_interfaces pal_common synchronization)
build_c_tests(${theseTestsName} ON "tests/azure_c_pal/win32" ADDITIONAL_LIBS pal_interfaces pal_common synchronization)
set_target_properties(${theseTestsName}_exe PROPERTIES LINK_FLAGS "/ignore:4217")
if(use_cppunittest)