diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,8 +21,14 @@ build: cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl check: + cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/ + +passes: cd $(test_dir)/passes && lit -v . --path=$(root_dir)/utils/bin/ +errors: + cd $(test_dir)/errors && lit -v . --path=$(root_dir)/utils/bin/ + chisel3: cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/ |
