summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2015-12-15 15:19:52 -0800
committerJim Lawson2015-12-15 15:19:52 -0800
commitd29f8d9d0d381e0daff02768b03b624f5fef1551 (patch)
tree080bda2987d9c6f254d63d4bce4844febc48dc84
parentea226fd54a1b2c7709eb1759e13ac4a725e1a708 (diff)
parentc179a7a89e09214db98b48e095e62fe158019921 (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--.gitignore1
-rw-r--r--build.sbt1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ab870da..e59c9b3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
generated/
+/bin/
diff --git a/build.sbt b/build.sbt
index d9ec3575..664a717e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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