Difference between revisions of "Writing a new eweasel test"
| Line 3: | Line 3: | ||
=Choosing the category= | =Choosing the category= | ||
| + | Here are the major categories of test: | ||
| + | *syntax | ||
| + | *incr | ||
| + | *melt | ||
| + | *freeze | ||
| + | *finalize | ||
| + | *exec | ||
| + | *ccomp | ||
| + | *term | ||
| + | *fixed | ||
| + | |||
| + | When creating a new test, choose the most appropriate category and append the incremented value for the last counter value for each category. | ||
Revision as of 14:47, 30 November 2006
Creating a new eweasel test is a very simple procedure which is described below.
Choosing the category
Here are the major categories of test:
- syntax
- incr
- melt
- freeze
- finalize
- exec
- ccomp
- term
- fixed
When creating a new test, choose the most appropriate category and append the incremented value for the last counter value for each category.

