#Copyright (c) Microsoft. All rights reserved. #Licensed under the MIT license. See LICENSE file in the project root for full license information. set(theseTestsName fabric_async_op_wrapper_ut) set(${theseTestsName}_test_files ${theseTestsName}.c ) set(${theseTestsName}_c_files test_fabric_async_operation.c test_fabric_async_operation_wrapper.c test_wrapper_no_begin_args.c test_wrapper_no_end_args.c test_wrapper_no_args.c testasyncoperation_i.c test_async_operation_context.c ) set(${theseTestsName}_h_files ../../inc/sf_c_util/fabric_async_op_wrapper.h test_fabric_async_operation.h test_fabric_async_operation_com.h test_fabric_async_operation_wrapper.h test_wrapper_no_begin_args.h test_wrapper_no_end_args.h test_wrapper_no_args.h test_async_operation_context.h test_async_operation_context_com.h testasyncoperation.h ) include_directories($) build_test_artifacts(${theseTestsName} "tests/sf_c_util" ADDITIONAL_LIBS c_util debug FabricUUIDD optimized FabricUUID com_wrapper c_pal_reals sf_c_util)