diff options
author | Steven Fackler <sfackler@palantir.com> | 2017-01-21 10:11:55 +0000 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-23 08:59:54 -0800 |
commit | 41f99dc4c0860155003120e9eabfe8c4a6ff770a (patch) | |
tree | 5866e98f71dc2d722eaf7917591d40c316d0eabc /.gitignore | |
parent | 62294771905917087c484bfc57e4f6ca547d89ba (diff) | |
download | alacritty-41f99dc4c0860155003120e9eabfe8c4a6ff770a.tar.gz alacritty-41f99dc4c0860155003120e9eabfe8c4a6ff770a.zip |
Dynamically generate test harness
This uses the rustc-test crate, a copy of the standard test crate, to
dynamically create tests for each reference test. No need to remember to
update the macro, just add the directory to ref!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ target FlameGraph +.idea +*.iml |