Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guide:makefile [2024/07/22 08:48] rajit |
guide:makefile [2024/07/22 08:50] (current) rajit [Standard test cases] |
||
---|---|---|---|
Line 56: | Line 56: | ||
===== Standard test cases ===== | ===== Standard test cases ===== | ||
- | The standard way to create | + | Standard |
- | * All test cases and sample outputs are in the '' | + | < |
- | * Test cases are run by changing to the '' | + | $ make runtest |
+ | </code> | ||
+ | For this to work properly, create test cases for your tool in the following way: | ||
+ | * All test cases and sample outputs are in the '' | ||
+ | * Test cases are run by changing to the '' | ||
+ | Take a look at examples from existing ACT tools (e.g. '' | ||