blob: d689cd5c716adb9535568b47f08140350cd2ef84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff --git a/lib/tests/CMakeLists.txt b/lib/tests/CMakeLists.txt
index 9d803559..02185dca 100644
--- a/lib/tests/CMakeLists.txt
+++ b/lib/tests/CMakeLists.txt
@@ -83,16 +83,6 @@ set(MXL_LINKER_FLAG "")
if(CMAKE_LINKER_TYPE STREQUAL "LLD")
set(MXL_LINKER_FLAG "${CMAKE_C_USING_LINKER_LLD}")
endif()
-add_test(
- NAME "pkg-config C consumer can link and run"
- COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/test_pkgconfig_c_link.sh
- ${CMAKE_BINARY_DIR}
- ${VCPKG_INSTALLED_DIR}
- ${VCPKG_TARGET_TRIPLET}
- ${BUILD_SHARED_LIBS}
- MXL_LINKER_FLAG=${MXL_LINKER_FLAG}
- ${CMAKE_C_COMPILER}
-)
# Copy test files to the build directory
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|