diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-28 14:31:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-28 14:31:17 +0000 |
commit | 7ef1fc816de9ba164ee8c1da342f0a6b52845247 (patch) | |
tree | c3bf27b151a536688c31dd1359b3ce84be116dcb /ext | |
parent | 94a175e1e66fdf300e5894aacd2a4d1ae811f692 (diff) | |
download | perl-7ef1fc816de9ba164ee8c1da342f0a6b52845247.tar.gz |
Move the ext/IO tests to a more standard location so that
the *.t do not get copied to the build tree (lib/IO/).
p4raw-id: //depot/perl@20268
Diffstat (limited to 'ext')
-rw-r--r-- | ext/IO/t/IO.t (renamed from ext/IO/lib/IO/t/IO.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_const.t (renamed from ext/IO/lib/IO/t/io_const.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_dir.t (renamed from ext/IO/lib/IO/t/io_dir.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_dup.t (renamed from ext/IO/lib/IO/t/io_dup.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_linenum.t (renamed from ext/IO/lib/IO/t/io_linenum.t) | 0 | ||||
-rw-r--r-- | ext/IO/t/io_multihomed.t (renamed from ext/IO/lib/IO/t/io_multihomed.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_pipe.t (renamed from ext/IO/lib/IO/t/io_pipe.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_poll.t (renamed from ext/IO/lib/IO/t/io_poll.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_sel.t (renamed from ext/IO/lib/IO/t/io_sel.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_sock.t (renamed from ext/IO/lib/IO/t/io_sock.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_taint.t (renamed from ext/IO/lib/IO/t/io_taint.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_tell.t (renamed from ext/IO/lib/IO/t/io_tell.t) | 0 | ||||
-rwxr-xr-x | ext/IO/t/io_udp.t (renamed from ext/IO/lib/IO/t/io_udp.t) | 0 | ||||
-rw-r--r-- | ext/IO/t/io_unix.t (renamed from ext/IO/lib/IO/t/io_unix.t) | 0 | ||||
-rw-r--r-- | ext/IO/t/io_utf8.t (renamed from ext/IO/lib/IO/t/io_utf8.t) | 0 | ||||
-rw-r--r-- | ext/IO/t/io_xs.t (renamed from ext/IO/lib/IO/t/io_xs.t) | 0 |
16 files changed, 0 insertions, 0 deletions
diff --git a/ext/IO/lib/IO/t/IO.t b/ext/IO/t/IO.t index d7aade7e78..d7aade7e78 100644 --- a/ext/IO/lib/IO/t/IO.t +++ b/ext/IO/t/IO.t diff --git a/ext/IO/lib/IO/t/io_const.t b/ext/IO/t/io_const.t index 13bb65c0b4..13bb65c0b4 100755 --- a/ext/IO/lib/IO/t/io_const.t +++ b/ext/IO/t/io_const.t diff --git a/ext/IO/lib/IO/t/io_dir.t b/ext/IO/t/io_dir.t index f4d2164232..f4d2164232 100755 --- a/ext/IO/lib/IO/t/io_dir.t +++ b/ext/IO/t/io_dir.t diff --git a/ext/IO/lib/IO/t/io_dup.t b/ext/IO/t/io_dup.t index 8300b543d8..8300b543d8 100755 --- a/ext/IO/lib/IO/t/io_dup.t +++ b/ext/IO/t/io_dup.t diff --git a/ext/IO/lib/IO/t/io_linenum.t b/ext/IO/t/io_linenum.t index cf55c980ea..cf55c980ea 100755 --- a/ext/IO/lib/IO/t/io_linenum.t +++ b/ext/IO/t/io_linenum.t diff --git a/ext/IO/lib/IO/t/io_multihomed.t b/ext/IO/t/io_multihomed.t index 62f25bc39e..62f25bc39e 100644 --- a/ext/IO/lib/IO/t/io_multihomed.t +++ b/ext/IO/t/io_multihomed.t diff --git a/ext/IO/lib/IO/t/io_pipe.t b/ext/IO/t/io_pipe.t index a8bc483fd0..a8bc483fd0 100755 --- a/ext/IO/lib/IO/t/io_pipe.t +++ b/ext/IO/t/io_pipe.t diff --git a/ext/IO/lib/IO/t/io_poll.t b/ext/IO/t/io_poll.t index d1c5caa19d..d1c5caa19d 100755 --- a/ext/IO/lib/IO/t/io_poll.t +++ b/ext/IO/t/io_poll.t diff --git a/ext/IO/lib/IO/t/io_sel.t b/ext/IO/t/io_sel.t index 1e72e38930..1e72e38930 100755 --- a/ext/IO/lib/IO/t/io_sel.t +++ b/ext/IO/t/io_sel.t diff --git a/ext/IO/lib/IO/t/io_sock.t b/ext/IO/t/io_sock.t index 52ddae788e..52ddae788e 100755 --- a/ext/IO/lib/IO/t/io_sock.t +++ b/ext/IO/t/io_sock.t diff --git a/ext/IO/lib/IO/t/io_taint.t b/ext/IO/t/io_taint.t index c98d70151f..c98d70151f 100755 --- a/ext/IO/lib/IO/t/io_taint.t +++ b/ext/IO/t/io_taint.t diff --git a/ext/IO/lib/IO/t/io_tell.t b/ext/IO/t/io_tell.t index 65c63bdfc9..65c63bdfc9 100755 --- a/ext/IO/lib/IO/t/io_tell.t +++ b/ext/IO/t/io_tell.t diff --git a/ext/IO/lib/IO/t/io_udp.t b/ext/IO/t/io_udp.t index d63a5dcf7b..d63a5dcf7b 100755 --- a/ext/IO/lib/IO/t/io_udp.t +++ b/ext/IO/t/io_udp.t diff --git a/ext/IO/lib/IO/t/io_unix.t b/ext/IO/t/io_unix.t index 60520d1e41..60520d1e41 100644 --- a/ext/IO/lib/IO/t/io_unix.t +++ b/ext/IO/t/io_unix.t diff --git a/ext/IO/lib/IO/t/io_utf8.t b/ext/IO/t/io_utf8.t index 7c87dc747f..7c87dc747f 100644 --- a/ext/IO/lib/IO/t/io_utf8.t +++ b/ext/IO/t/io_utf8.t diff --git a/ext/IO/lib/IO/t/io_xs.t b/ext/IO/t/io_xs.t index 2ef9577fc4..2ef9577fc4 100644 --- a/ext/IO/lib/IO/t/io_xs.t +++ b/ext/IO/t/io_xs.t |