summarylogtreecommitdiffstats
path: root/no-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-tests.patch')
-rw-r--r--no-tests.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/no-tests.patch b/no-tests.patch
index a1b6c9b8d03f..bd09fc404dae 100644
--- a/no-tests.patch
+++ b/no-tests.patch
@@ -1,6 +1,6 @@
---- meson.build.orig 2019-05-19 01:25:08.696623185 +0300
-+++ meson.build 2019-05-19 01:26:51.054299530 +0300
-@@ -26,8 +26,7 @@
+--- meson.build.orig 2020-05-13 22:49:48.733998032 +0300
++++ meson.build 2020-05-13 22:53:10.325320288 +0300
+@@ -22,8 +22,7 @@
conf.set('HAVE_FREETYPE', 1)
endif
@@ -34,14 +34,14 @@
-
-gtest = dependency('gtest', fallback: ['gtest', 'gtest_main_dep'])
-
--cff_type2_charstring = executable('cff_type2_charstring',
-- 'tests/cff_type2_charstring_test.cc',
+-cff_charstring = executable('cff_charstring',
+- 'tests/cff_charstring_test.cc',
- include_directories: include_directories(['include', 'src']),
- link_with: libots,
- dependencies: gtest,
-)
-
--test('cff_type2_charstring', cff_type2_charstring)
+-test('cff_charstring', cff_charstring)
-
-
-layout_common_table = executable('layout_common_table',