~m-grant-prg/txt2manwrap/xenial-trunk

« back to all changes in this revision

Viewing changes to src/prg/test/Makefile.am

  • Committer: Mark Grant
  • Date: 2020-10-23 09:43:42 UTC
  • mfrom: (2.1.34)
  • Revision ID: m.grant.prg@gmail.com-20201023094342-j495d481hj69oe0f
Merge new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#########################################################################
2
2
#                                                                       #
3
3
# Script ID: src/prg/test/Makefile.am                                   #
4
 
# Author: Copyright (C) 2019  Mark Grant                                #
 
4
# Author: Copyright (C) 2019, 2020  Mark Grant                          #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
7
# SPDX-License-Identifier: GPL-3.0                                      #
22
22
#                               lines with automatically generated      #
23
23
#                               dates can all just be deleted before    #
24
24
#                               comparison.                             #
 
25
# 23/10/2020    MG      1.0.3   Do not automatically run the tests. The #
 
26
#                               byte level comparison is too stringent, #
 
27
#                               a new version of txt2man may produce a  #
 
28
#                               perfectly fine but slightly different   #
 
29
#                               man page. (xenial and stretch through   #
 
30
#                               to focal and buster work OK but groovy  #
 
31
#                               does not pass these tests.)             #
25
32
#                                                                       #
26
33
#########################################################################
27
34
 
58
65
        $(srcdir)/test-menu.sh.in
59
66
 
60
67
 
61
 
TESTS = test01.sh test01verbose.sh
62
 
 
63
 
 
64
68
CLEANFILES = *.tmp *.sh *.txt wutconv.1*
65
69