aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jsonnet/use-real-sys-gtest.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-02-23 23:58:06 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-23 22:36:21 -0300
commit9a238d2748598627c5f9dcf66513b1bd7d7e6487 (patch)
treea2743baa0aa720e4f9a78eda4b8ea9918c759364 /testing/jsonnet/use-real-sys-gtest.patch
parentb2a86012a9ed6129882d66266feee8f801b5b963 (diff)
downloadaports-9a238d2748598627c5f9dcf66513b1bd7d7e6487.tar.bz2
aports-9a238d2748598627c5f9dcf66513b1bd7d7e6487.tar.xz
testing/jsonnet: upgrade to 0.15.0
Diffstat (limited to 'testing/jsonnet/use-real-sys-gtest.patch')
-rw-r--r--testing/jsonnet/use-real-sys-gtest.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/jsonnet/use-real-sys-gtest.patch b/testing/jsonnet/use-real-sys-gtest.patch
deleted file mode 100644
index d4c00573e0..0000000000
--- a/testing/jsonnet/use-real-sys-gtest.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -72,8 +72,9 @@
- include_directories("${gtest_SOURCE_DIR}/include")
-
- elseif (BUILD_TESTS AND USE_SYSTEM_GTEST)
-- enable_testing()
-- add_subdirectory(/usr/src/googletest ${GLOBAL_OUTPUT_PATH}/googletest-build)
-+ enable_testing()
-+ find_package(GTest REQUIRED)
-+ include_directories(${GTEST_INCLUDE_DIR})
- endif()
-
- # Compiler flags.