From 66c57cfae844962a0c018c1764cf1ee2c4bbfe33 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Mon, 7 Sep 2020 13:56:54 +0200 Subject: [PATCH] Add test_summary_cases.py to project tree --- ApplicationCode/GrpcInterface/CMakeLists.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/GrpcInterface/CMakeLists.cmake b/ApplicationCode/GrpcInterface/CMakeLists.cmake index 1102b554e8..eba8d1c42a 100644 --- a/ApplicationCode/GrpcInterface/CMakeLists.cmake +++ b/ApplicationCode/GrpcInterface/CMakeLists.cmake @@ -219,6 +219,7 @@ if (RESINSIGHT_GRPC_PYTHON_EXECUTABLE) "rips/tests/dataroot.py" "rips/tests/test_nnc_properties.py" "rips/tests/test_simulation_wells.py" + "rips/tests/test_summary_cases.py" "rips/tests/test_wells.py" "requirements.txt" "setup.py"