diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ errors: chisel3: cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/ +refchip: + cd $(test_dir)/refchip && lit -v . --path=$(root_dir)/utils/bin/ + features: cd $(test_dir)/features && lit -v . --path=$(root_dir)/utils/bin/ |
