diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-05 18:12:41 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-05 18:12:41 +0000 |
commit | 595ae48196d4b0901d4a1aee37333fa960a6031f (patch) | |
tree | c62fea37a03cc0b202d406f748ebe4f828171526 /t/harness | |
parent | 41010ee291c2b5acc799d2426bfb74f41a33ba21 (diff) | |
download | perl-595ae48196d4b0901d4a1aee37333fa960a6031f.tar.gz |
Some tests for Camel 3rd edition features.
Make gethostbyaddr() test in above work.
p4raw-id: //depot/perlio@9042
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -37,7 +37,7 @@ foreach (keys %datahandle) { } @tests = @ARGV; -@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t lib/*.t> unless @tests; +@tests = <base/*.t comp/*.t cmd/*.t io/*.t op/*.t pragma/*.t lib/*.t camel-III/*.t> unless @tests; Test::Harness::runtests @tests; exit(0) unless -e "../testcompile"; @@ -46,7 +46,7 @@ exit(0) unless -e "../testcompile"; # op/bop.t 1 # lib/hostname.t 1 # op/lex_assign.t 1 -# lib/ph.t 1 +# lib/ph.t 1 # ); my $dhwrapper = <<'EOT'; @@ -72,10 +72,10 @@ EOT print "The tests ", join(' ', keys(%infinite)), " generate infinite loops! Skipping!\n"; -$ENV{'HARNESS_COMPILE_TEST'} = 1; +$ENV{'HARNESS_COMPILE_TEST'} = 1; $ENV{'PERLCC_TIMEOUT'} = 120 unless $ENV{'PERLCC_TIMEOUT'}; -Test::Harness::runtests @tests; +Test::Harness::runtests @tests; foreach (keys %datahandle) { unlink "$_.t"; } |