summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/Makefile.am
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-05-05 12:51:20 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-05-05 12:51:20 +0000
commit599e5549505393e6a784423a2d367f4b172ade8d (patch)
tree631602c5b11c618b0ad40301e99f41bf2a57a4a3 /Build/source/texk/bibtex-x/Makefile.am
parentc6ab9eca978627bb7a91b800a94b900818079a4a (diff)
bibtex-x: new test files
git-svn-id: svn://tug.org/texlive/trunk@50997 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/Makefile.am')
-rw-r--r--Build/source/texk/bibtex-x/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex-x/Makefile.am b/Build/source/texk/bibtex-x/Makefile.am
index 13cc3bebb8a..9c1317f03ee 100644
--- a/Build/source/texk/bibtex-x/Makefile.am
+++ b/Build/source/texk/bibtex-x/Makefile.am
@@ -76,7 +76,7 @@ dist_btdoc_DATA = \
## Tests.
##
bibtex8_tests = tests/bibtex8.test tests/bibtex8-mem.test tests/sort.test
-bibtexu_tests = tests/bibtexu.test
+bibtexu_tests = tests/bibtexu.test tests/bibtexu-yannis.test
TESTS =
if BIBTEX8
@@ -86,7 +86,7 @@ tests/bibtex8.log tests/bibtex8-mem.log tests/sort.log: bibtex8$(EXEEXT)
if BIBTEXU
TESTS += $(bibtexu_tests)
endif BIBTEXU
-tests/bibtexu.log: bibtexu$(EXEEXT)
+tests/bibtexu.log tests/bibtexu-yannis.log: bibtexu$(EXEEXT)
EXTRA_DIST = $(bibtex8_tests) $(bibtexu_tests)
DISTCLEANFILES =
@@ -101,6 +101,9 @@ EXTRA_DIST += tests/sort.aux \
DISTCLEANFILES += tests/xsort.aux tests/xsort.bbl tests/xsort.blg
## tests/bibtex8-mem.test
DISTCLEANFILES += tests/memtest.bib tests/memtest?.*
+## tests/bibtexu-yannis.test
+EXTRA_DIST += tests/yannis.aux tests/yannis.bbl tests/yannis.bib
+DISTCLEANFILES += tests/xyannis.aux tests/xyannis.bbl tests/xyannis.blg
## Not used
##