test/Makefile.am
changeset 499 c89e5edb8eae
parent 476 48e45439fd9a
     1.1 --- a/test/Makefile.am	Mon Jul 04 13:04:19 2016 +0100
     1.2 +++ b/test/Makefile.am	Thu Jun 07 18:36:20 2018 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4    check_SCRIPTS += curl
     1.5  endif
     1.6  endif
     1.7 -check_SCRIPTS += order non-ascii relative-root
     1.8 +check_SCRIPTS += order non-ascii relative-root non-pchar
     1.9  
    1.10  if !MSWIN_API
    1.11    check_PROGRAMS = tftpd
    1.12 @@ -46,6 +46,9 @@
    1.13  relative-root:	relative-root.sh base/repodata/primary.xml.gz
    1.14  	cp $(srcdir)/relative-root.sh relative-root
    1.15  
    1.16 +non-pchar:	non-pchar.sh base/repodata/primary.xml.gz
    1.17 +	cp $(srcdir)/non-pchar.sh non-pchar
    1.18 +
    1.19  lua:	lua.sh base/repodata/primary.xml.gz
    1.20  	cp $(srcdir)/lua.sh lua
    1.21  
    1.22 @@ -108,6 +111,7 @@
    1.23  	details.sh		\
    1.24  	details.ref		\
    1.25  	named-root.sh		\
    1.26 +	non-pchar.sh		\
    1.27  	relocate.sh
    1.28  
    1.29  MOSTLYCLEANFILES =		\