File: inserttest.patch

package info (click to toggle)
idzebra 2.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,576 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (25 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Temporarily disable 'insertest' until FTBFS bugs are resolved
Author: Hugh McMaster <hugh.mcmaster@outlook.com>
Forwarded: not-needed
Last-Update: 2022-06-27

--- a/dict/Makefile.am
+++ b/dict/Makefile.am
@@ -1,7 +1,7 @@
 
 noinst_LTLIBRARIES = libidzebra-dict.la
 noinst_PROGRAMS = dicttest dictext
-check_PROGRAMS = scantest inserttest
+check_PROGRAMS = scantest
 
 TESTS = $(check_PROGRAMS)
 
@@ -19,7 +19,7 @@
 
 dicttest_SOURCES = dicttest.c
 
-inserttest_SOURCES = inserttest.c
+#inserttest_SOURCES = inserttest.c
 
 dictext_SOURCES = dictext.c