~m-grant-prg/libmgesysutils/bionic

« back to all changes in this revision

Viewing changes to src/prg/c/src/test-configfile/Makefile.am

  • Committer: Mark Grant
  • Date: 2019-11-05 09:02:57 UTC
  • mfrom: (2.1.27)
  • Revision ID: m.grant.prg@gmail.com-20191105090257-fcrfivqxphls7efe
Merge new development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#                               pre-processor macros).                  #
38
38
# 16/05/2019    MG      1.0.11  Collapse AT sub-projects into one.      #
39
39
#                               Remove shebang.                         #
 
40
# 30/10/2019    MG      1.0.12  Move under check target.                #
40
41
#                                                                       #
41
42
#########################################################################
42
43
 
54
55
endif
55
56
 
56
57
 
57
 
noinst_PROGRAMS = configfiletest
 
58
check_PROGRAMS = configfiletest
58
59
configfiletest_SOURCES = main.c
59
60
 
60
61
 
81
82
nomandatorysection.conf: $(srcdir)/nomandatorysection.conf.in
82
83
nostartatsection.conf: $(srcdir)/nostartatsection.conf.in
83
84
 
84
 
noinst_DATA = noclosingbracket.conf noequalssign.conf nomandatorykey.conf \
 
85
check_DATA = noclosingbracket.conf noequalssign.conf nomandatorykey.conf \
85
86
        nonewline.conf nosuchkey.conf nosuchsection.conf thisworks.conf \
86
87
        nomandatorysection.conf nostartatsection.conf
87
88