Move the ext/IO tests to a more standard location so that
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jul 2003 14:31:17 +0000 (14:31 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 28 Jul 2003 14:31:17 +0000 (14:31 +0000)
commit7ef1fc816de9ba164ee8c1da342f0a6b52845247
treec3bf27b151a536688c31dd1359b3ce84be116dcb
parent94a175e1e66fdf300e5894aacd2a4d1ae811f692
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
17 files changed:
MANIFEST
ext/IO/t/IO.t [moved from ext/IO/lib/IO/t/IO.t with 100% similarity]
ext/IO/t/io_const.t [moved from ext/IO/lib/IO/t/io_const.t with 100% similarity]
ext/IO/t/io_dir.t [moved from ext/IO/lib/IO/t/io_dir.t with 100% similarity]
ext/IO/t/io_dup.t [moved from ext/IO/lib/IO/t/io_dup.t with 100% similarity]
ext/IO/t/io_linenum.t [moved from ext/IO/lib/IO/t/io_linenum.t with 100% similarity]
ext/IO/t/io_multihomed.t [moved from ext/IO/lib/IO/t/io_multihomed.t with 100% similarity]
ext/IO/t/io_pipe.t [moved from ext/IO/lib/IO/t/io_pipe.t with 100% similarity]
ext/IO/t/io_poll.t [moved from ext/IO/lib/IO/t/io_poll.t with 100% similarity]
ext/IO/t/io_sel.t [moved from ext/IO/lib/IO/t/io_sel.t with 100% similarity]
ext/IO/t/io_sock.t [moved from ext/IO/lib/IO/t/io_sock.t with 100% similarity]
ext/IO/t/io_taint.t [moved from ext/IO/lib/IO/t/io_taint.t with 100% similarity]
ext/IO/t/io_tell.t [moved from ext/IO/lib/IO/t/io_tell.t with 100% similarity]
ext/IO/t/io_udp.t [moved from ext/IO/lib/IO/t/io_udp.t with 100% similarity]
ext/IO/t/io_unix.t [moved from ext/IO/lib/IO/t/io_unix.t with 100% similarity]
ext/IO/t/io_utf8.t [moved from ext/IO/lib/IO/t/io_utf8.t with 100% similarity]
ext/IO/t/io_xs.t [moved from ext/IO/lib/IO/t/io_xs.t with 100% similarity]