save-analysis: expand smoke test to cover json and csv formats

This commit is contained in:
Nick Cameron 2016-04-26 10:16:44 +12:00
parent 5065f0c2a2
commit e1d61cb637

View File

@ -3,4 +3,5 @@ all: code
krate2: krate2.rs
$(RUSTC) $<
code: foo.rs krate2
$(RUSTC) foo.rs -Zsave-analysis-csv
$(RUSTC) foo.rs -Zsave-analysis