Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.60 SOFTWARE-EVOLUTION-LIBRARY/SOFTWARE/WITH-EXE

Function: evaluate-with-script [sel/sw/with-exe] software script pos-num neg-num

Evaluate software with script. pos-num is the number of positive tests defined in script neg-num is the number of negative tests. script will be called with the following arguments.

$ script software-executable pN for all n upto pos-num $ script software-executable nN for all n upto neg-num

script should return 0 on success and 1 on failure.