diff options
| author | azidar | 2015-02-18 17:20:11 -0800 |
|---|---|---|
| committer | azidar | 2015-02-18 17:20:11 -0800 |
| commit | 50b5ce57d1b823a03725dd0aa2141f300c244bf1 (patch) | |
| tree | 6fd005a2e07034ff017dfb6bada6b1eeddad2783 /test/lit.cfg | |
| parent | afde65773fc7b19dd99e0c65f718a96d0466541b (diff) | |
Added more testing infrastructre, and Makefile to build firrtl
Diffstat (limited to 'test/lit.cfg')
| -rw-r--r-- | test/lit.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg new file mode 100644 index 00000000..71928a43 --- /dev/null +++ b/test/lit.cfg @@ -0,0 +1,4 @@ +import lit.formats + +config.test_format = lit.formats.ShTest() +config.suffixes = ['.fir'] |
