texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[8256] remove htmlxref tests under tests


From: gavinsmith0123
Subject: [8256] remove htmlxref tests under tests
Date: Sun, 30 Sep 2018 09:56:32 -0400 (EDT)

Revision: 8256
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8256
Author:   gavin
Date:     2018-09-30 09:56:32 -0400 (Sun, 30 Sep 2018)
Log Message:
-----------
remove htmlxref tests under tests

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/tests/Makefile.am

Removed Paths:
-------------
    trunk/tp/tests/htmlxref/
    trunk/tp/tests/htmlxref-only_mono/
    trunk/tp/tests/htmlxref-only_split/
    trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh
    trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
    trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh
    trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
    trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh
    trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-30 13:31:09 UTC (rev 8255)
+++ trunk/ChangeLog     2018-09-30 13:56:32 UTC (rev 8256)
@@ -1,5 +1,16 @@
 2018-09-30  Gavin Smith  <address@hidden>
 
+       * tp/tests/htmlxref
+       * tp/tests/htmlxref-only_mono,
+       * tp/tests/htmlxref-only_split: Remove.
+       * tp/tests/Makefile.am: Remove rules for copying htmlxref.cnf to 
+       the build directory.
+       * configure.ac (AC_CONFIG_FILES): Don't list Makefiles in 
+       removed directories.
+       * autogen.sh: Excise htmlxref and coverage subdirectories.
+
+2018-09-30  Gavin Smith  <address@hidden>
+
        * tp/t/94htmlxref.t (htmlxref_only_mono, htmlxref_only_mono_nodes)
        (htmlxref_only_split, htmlxref_only_split_nodes): Add.
 

Modified: trunk/tp/tests/Makefile.am
===================================================================
--- trunk/tp/tests/Makefile.am  2018-09-30 13:31:09 UTC (rev 8255)
+++ trunk/tp/tests/Makefile.am  2018-09-30 13:56:32 UTC (rev 8256)
@@ -22,8 +22,7 @@
          -base '$(base_tests)' \
          -tex_html '$(tex_html_tests)'
 
-base_tests = formatting htmlxref htmlxref-only_mono htmlxref-only_split \
-            sectioning indices nested_formats contents layout
+base_tests = formatting sectioning indices nested_formats contents layout
 tex_html_tests = tex_html
 
 DIST_SUBDIRS = many_input_files $(base_tests) $(tex_html_tests)
@@ -56,24 +55,12 @@
 tex-html-checks tex-html-check: all
        $(MAKE) $(AM_MAKEFLAGS) check TEX_HTML_TESTS=yes
 
-# this is in order to have the htmlxref.cnf files in the build dir.
 # This is done in this directory to be sure that the files are there
 # when check is done in this directory.
 # Some files are in 2 directories in order to get the same result
 # in both test run locations.
-all-local: htmlxref/htmlxref.cnf htmlxref-only_mono/htmlxref.cnf \
- htmlxref-only_split/htmlxref.cnf \
- equivalent_nodes-noderename.cnf sectioning/equivalent_nodes-noderename.cnf
+all-local: equivalent_nodes-noderename.cnf 
sectioning/equivalent_nodes-noderename.cnf
 
-htmlxref/htmlxref.cnf: htmlxref/htmlxref.cnf-ref
-       ${INSTALL_DATA} $(srcdir)/htmlxref/htmlxref.cnf-ref $@
-
-htmlxref-only_mono/htmlxref.cnf: htmlxref-only_mono/htmlxref.cnf-ref
-       ${INSTALL_DATA} $(srcdir)/htmlxref-only_mono/htmlxref.cnf-ref $@
-
-htmlxref-only_split/htmlxref.cnf: htmlxref-only_split/htmlxref.cnf-ref
-       ${INSTALL_DATA} $(srcdir)/htmlxref-only_split/htmlxref.cnf-ref $@
-
 sectioning/equivalent_nodes-noderename.cnf: sectioning/renamednodes.cnf-ref
        ${INSTALL_DATA} $(srcdir)/sectioning/renamednodes.cnf-ref $@
 

Deleted: trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh  2018-09-30 
13:31:09 UTC (rev 8255)
+++ trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh  2018-09-30 
13:56:32 UTC (rev 8256)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=htmlxref-only_mono
-name='htmlxref'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh    
2018-09-30 13:31:09 UTC (rev 8255)
+++ trunk/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh    
2018-09-30 13:56:32 UTC (rev 8256)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=htmlxref-only_mono
-name='htmlxref_nodes'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh 2018-09-30 
13:31:09 UTC (rev 8255)
+++ trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh 2018-09-30 
13:56:32 UTC (rev 8256)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=htmlxref-only_split
-name='htmlxref'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh   
2018-09-30 13:31:09 UTC (rev 8255)
+++ trunk/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh   
2018-09-30 13:56:32 UTC (rev 8256)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=htmlxref-only_split
-name='htmlxref_nodes'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh    2018-09-30 13:31:09 UTC 
(rev 8255)
+++ trunk/tp/tests/test_scripts/htmlxref_htmlxref.sh    2018-09-30 13:56:32 UTC 
(rev 8256)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=htmlxref
-name='htmlxref'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-

Deleted: trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh
===================================================================
--- trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh      2018-09-30 
13:31:09 UTC (rev 8255)
+++ trunk/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh      2018-09-30 
13:56:32 UTC (rev 8256)
@@ -1,25 +0,0 @@
-#! /bin/sh
-# This file generated by maintain/regenerate_cmd_tests.sh
-
-if test z"$srcdir" = "z"; then
-  srcdir=.
-fi
-
-one_test_logs_dir=test_log
-diffs_dir=diffs
-
-
-dir=htmlxref
-name='htmlxref_nodes'
-[ -d "$dir" ] || mkdir $dir
-
-srcdir_test=$dir; export srcdir_test;
-"$srcdir"/run_parser_all.sh -dir $dir $name
-exit_status=$?
-cat $dir/$one_test_logs_dir/$name.log
-if test $exit_status = 0 && test -f $dir/$diffs_dir/$name.diff; then
-  echo 
-  cat $dir/$diffs_dir/$name.diff
-fi
-exit $exit_status
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]