diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ chisel3: features: cd $(test_dir)/features && lit -v . --path=$(root_dir)/utils/bin/ +custom: + cd $(test_dir)/custom && lit -v . --path=$(root_dir)/utils/bin/ --max-time=10 + clean: rm -f $(test_dir)/*/*/*.out rm -f $(test_dir)/*/*.out |
