diff options
| author | Jim Lawson | 2015-12-15 15:19:52 -0800 |
|---|---|---|
| committer | Jim Lawson | 2015-12-15 15:19:52 -0800 |
| commit | d29f8d9d0d381e0daff02768b03b624f5fef1551 (patch) | |
| tree | 080bda2987d9c6f254d63d4bce4844febc48dc84 | |
| parent | ea226fd54a1b2c7709eb1759e13ac4a725e1a708 (diff) | |
| parent | c179a7a89e09214db98b48e095e62fe158019921 (diff) | |
Merge pull request #73 from ucb-bar/nits
Fix some nits: add that line to .gitignore that keeps coming back, do parallel testing by default
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | build.sbt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1 +1,2 @@ generated/ +/bin/ @@ -19,3 +19,4 @@ ghpages.settings git.remoteRepo := "git@github.com:ucb-bar/chisel3.git" (scalastyleConfig in Test) := baseDirectory.value / "scalastyle-test-config.xml" +(parallelExecution in Test) := true |
