From 2353d640907a7b04477b06a5b3da6b7bbafc448d Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 24 Feb 2015 09:40:02 -0800 Subject: Updated tests, and included a check for the name of the pass, which allows the compiler to print after each pass to ease debugging --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7b79b1f7..f33036d1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,10 @@ src/lib/stanzam src/*/__MACOSX src/main/stanza/firrtl-main utils/bin/firrtl -test/unit/Output -test/unit/*.out +test/passes/Output +test/passes/*/Output +test/passes/*.out +test/passes/*/*.out spec/spec.aux spec/spec.log spec/spec.pdf -- cgit v1.2.3