Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
guide:makefile [2024/07/22 12:49] – [Standard test cases] rajitguide:makefile [2024/07/22 12:50] (current) – [Standard test cases] rajit
Line 64: Line 64:
    * All test cases and sample outputs are in the ''test/'' sub-directory.    * All test cases and sample outputs are in the ''test/'' sub-directory.
    * Test cases are run by changing to the ''test/'' sub-directory and running the script ''run.sh''. If this script doesn't exist, then nothing happens.    * Test cases are run by changing to the ''test/'' sub-directory and running the script ''run.sh''. If this script doesn't exist, then nothing happens.
 +Take a look at examples from existing ACT tools (e.g. ''[[https://github.com/asyncvlsi/actsim/tree/master/test|actsim]]'').