Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: using Test::* modules for generic testing of non perl stuff?

by linux454 (Pilgrim)
on Oct 19, 2004 at 15:28 UTC ( [id://400560]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    # This is a shell library for interfacing with Perl's Test::Harness fr
    +amework
    ...
            echo "1..${TEST_PLAN}"
        fi
    }
    
  2. or download this
    #!/bin/bash
    
    ...
    match "^ab[cd]efg$" "abcdefg"
    match "^ab[cd]efg$" "abhefg"
    endtests    # only needed when "no_plan" is used
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://400560]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-26 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found