From d9f8d569356faabd2d1baf49e3632376b3ad8016 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 1 Jul 2021 10:24:37 +0200 Subject: [PATCH] WIP: pipeline --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 44dc1a7..f052cd3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -21,7 +21,7 @@ # append all the test cases here (file name without the ".cpp" suffix) set(test_cases test_connection - test_utils + #test_utils ) # download gtest library -- GitLab