Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guide:makefile [2024/07/20 18:02] – rajit | guide:makefile [2024/07/22 12:50] (current) – [Standard test cases] rajit | ||
---|---|---|---|
Line 39: | Line 39: | ||
===== Changing compilers ===== | ===== Changing compilers ===== | ||
- | The variables '' | + | The variables '' |
So: | So: | ||
< | < | ||
Line 54: | Line 54: | ||
+ | ===== Standard test cases ===== | ||
+ | Standard test cases can be run using: | ||
+ | < | ||
+ | $ make runtest | ||
+ | </ | ||
+ | |||
+ | 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. '' | ||