Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -6682,9 +6682,11 @@ t/run/switchx3.aux Data for switchx.t
t/run/todo.t TODO tests
t/TEST The regression tester
t/test.pl Simple testing library
t/test_pl.pod Documentation for test.pl
t/test_pl/_num_to_alpha.t Tests for the simple testing library
t/test_pl/can_isa_ok.t Tests for the simple testing library
t/test_pl/display.t Tests for the simple testing library
t/test_pl/examples.t Tests for the simple testing library
t/test_pl/plan_skip_all.t Tests for the simple testing library
t/test_pl/tempfile.t Tests for the simple testing library
t/thread_it.pl Run regression tests in a new thread
Expand Down
3 changes: 3 additions & 0 deletions t/porting/podcheck.t
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,9 @@ else { # No input files -- go find all the possibilities.

# Add ourselves to the test
push @files, "t/porting/podcheck.t";

# and the test.pl documentation
push @files, "t/test_pl.pod";
}

# Now we know how many tests there will be.
Expand Down
2 changes: 2 additions & 0 deletions t/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#
# In this file, we use the latter "Baby Perl" approach, and increment
# will be worked over by t/op/inc.t
#
# see t/test_pl.pod for documentation

# This file sets for its caller $::IS_ASCII and $::IS_EBCDIC appropriately;
# and $::devnull to be the string to use to specify /dev/null on this
Expand Down
Loading
Loading