Difference between revisions of "Writing a new eweasel test"
| Line 15: | Line 15: | ||
When creating a new test, choose the most appropriate category and append the incremented value for the last counter value for each category. | When creating a new test, choose the most appropriate category and append the incremented value for the last counter value for each category. | ||
| + | |||
| + | =Writing the TCF file= | ||
| + | |||
| + | =Writing the ECF file= | ||
| + | |||
| + | =Writing the output file(s)= | ||
Revision as of 14:48, 30 November 2006
Creating a new eweasel test is a very simple procedure which is described below.
Contents
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.

