[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6682] tp tests small changes
From: |
Gavin D. Smith |
Subject: |
[6682] tp tests small changes |
Date: |
Thu, 08 Oct 2015 18:28:34 +0000 |
Revision: 6682
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6682
Author: gavin
Date: 2015-10-08 18:28:33 +0000 (Thu, 08 Oct 2015)
Log Message:
-----------
tp tests small changes
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/tests/Makefile.am
trunk/tp/tests/README
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-10-08 18:18:05 UTC (rev 6681)
+++ trunk/ChangeLog 2015-10-08 18:28:33 UTC (rev 6682)
@@ -1,5 +1,13 @@
2015-10-08 Gavin Smith <address@hidden>
+ * tp/tests/Makefile.am: Remove a commented-outline, and move a
+ Make variable definition.
+ * tp/tests/README: Mention test scripts in test_scripts
+ directory, and give a different method for updating test
+ results.
+
+2015-10-08 Gavin Smith <address@hidden>
+
* tp/Texinfo/Convert/HTML.pm (_convert_raw_command),
* tp/Texinfo/Convert/Docbook.pm (_convert): Don't remove newline
from the last line of a raw format block.
Modified: trunk/tp/tests/Makefile.am
===================================================================
--- trunk/tp/tests/Makefile.am 2015-10-08 18:18:05 UTC (rev 6681)
+++ trunk/tp/tests/Makefile.am 2015-10-08 18:28:33 UTC (rev 6682)
@@ -56,8 +56,6 @@
t/stdout.sh \
t/stdout_split.sh
-old_test_scripts = parser_base_tests long_tests.sh tex_html_tests.sh
-#TESTS = $(old_test_scripts)
TESTS = $(one_test_files_generated_list) $(other_tests)
AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir;
top_srcdir="$(top_srcdir)"; export top_srcdir; builddir="$(builddir)"; export
buildir; top_builddir="$(top_builddir)"; export top_builddir;
@@ -113,6 +111,7 @@
coverage_macro-cr.texi: coverage_macro.texi
sed 's/$$/\r/' $(srcdir)/coverage_macro.texi > $@
+old_test_scripts = parser_base_tests long_tests.sh tex_html_tests.sh
EXTRA_DIST = run_parser_all.sh parser_tests.sh \
$(old_test_scripts) $(one_test_files_generated_list) coverage_macro.texi \
coverage_macro-cr.texi $(other_tests) reference
Modified: trunk/tp/tests/README
===================================================================
--- trunk/tp/tests/README 2015-10-08 18:18:05 UTC (rev 6681)
+++ trunk/tp/tests/README 2015-10-08 18:28:33 UTC (rev 6682)
@@ -27,7 +27,7 @@
* Using the makefile rules: "make check" (in this directory) for the
base tests, "make long-checks" for the long tests, or "make all-checks"
-for both.
+for both. These use the scripts under the test_scripts directory.
* Using ./parser_tests.sh with the directories one want to run the tests
in given as arguments, for example "./parser_tests.sh formatting".
@@ -86,8 +86,7 @@
reference results to be regenerated. For example, to update the
reference results for one particular test:
-$ cd formatting
-$ ../run_parser_all.sh -copy a_test
+$ ./parser_tests.sh -copy formatting
The copy-* make targets update all the references for various large sets
of tests via this method.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6682] tp tests small changes,
Gavin D. Smith <=