File: serial-tests

package info (click to toggle)
leptonlib 1.86.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 26,400 kB
  • sloc: ansic: 196,718; cpp: 2,028; sh: 302; makefile: 280
file content (17 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Run tests serially
 Leptonica tests suite is not threadsafe.
---
Origin: vendor
Bug: https://github.com/DanBloomberg/leptonica/issues/472
Forwarded: not-needed
Reviewed-By: Jeff Breidenbach jab@debian.org
Last-Update: 2020-01-04

--- leptonlib-1.79.0.orig/prog/Makefile.am
+++ leptonlib-1.79.0/prog/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = parallel-tests
+AUTOMAKE_OPTIONS = serial-tests
 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
 LDADD = $(top_builddir)/src/libleptonica.la $(LIBM)