Next: SOFTWARE-EVOLUTION-LIBRARY/UTILITY/DEBUG, Previous: SOFTWARE-EVOLUTION-LIBRARY/SOFTWARE/JSON, Up: Software Evolution Library Index [Contents][Index]
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.