From 38f81f9d63ea3a01926679d0434389fe7dd68448 Mon Sep 17 00:00:00 2001 From: Ganesh Murthy Date: Wed, 29 Nov 2023 11:39:22 -0500 Subject: [PATCH] Fixes #1303: Temporarily don't add c_unittests to the test suite. (#1304) --- tests/c_unittests/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/c_unittests/CMakeLists.txt b/tests/c_unittests/CMakeLists.txt index 26a656860..e669db3ed 100644 --- a/tests/c_unittests/CMakeLists.txt +++ b/tests/c_unittests/CMakeLists.txt @@ -51,8 +51,3 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/minimal_trace.conf DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) -add_test( - NAME c_unittests - COMMAND ${TEST_WRAP} $ - WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} -)