texinfo-commits
[Top][All Lists]
Advanced

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

[8282] tp/t/README


From: gavinsmith0123
Subject: [8282] tp/t/README
Date: Sat, 13 Oct 2018 12:26:32 -0400 (EDT)

Revision: 8282
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8282
Author:   gavin
Date:     2018-10-13 12:26:32 -0400 (Sat, 13 Oct 2018)
Log Message:
-----------
tp/t/README

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/t/README

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-13 16:23:03 UTC (rev 8281)
+++ trunk/ChangeLog     2018-10-13 16:26:32 UTC (rev 8282)
@@ -1,5 +1,9 @@
 2018-10-13  Gavin Smith  <address@hidden>
 
+       * tp/t/README: Add advice about out-of-source builds.
+
+2018-10-13  Gavin Smith  <address@hidden>
+
        * tp/t/test_utils.pl: If -g flag is given to regenerate 
        reference test results, do so in srcdir rather than builddir.
 

Modified: trunk/tp/t/README
===================================================================
--- trunk/tp/t/README   2018-10-13 16:23:03 UTC (rev 8281)
+++ trunk/tp/t/README   2018-10-13 16:26:32 UTC (rev 8282)
@@ -23,7 +23,15 @@
 Another way, which works when doing an out-of-source build, is
 
   make check TESTS=t/03coverage_braces.t
+ 
+Another way to run a test out-source is:
 
+  s=../../tp
+  srcdir=$s ../pre-inst-env perl -w $s/t/92formatting.t empty
+ 
+where s is the path to the srcdir.  This allows you to run a single 
+sub-test.
+
 Most test files use a testing infrastructure from t/test_utils.pl.
 The run_all function from that file runs the tests that have been 
 specified.




reply via email to

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