aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Lawson2016-04-08 16:46:15 -0700
committerjackkoenig2016-04-09 19:07:47 -0700
commit168392889d42506fae5a1aa637ebe1e61d799e62 (patch)
tree3347b823c5b2b924526a0d067f6f2dab4f36c9e5 /Makefile
parenta74bbef25f8aa4d6b43be23b3831655efad1711c (diff)
Use "sbt test" for test-scala.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ecfa6e6..cff0441f 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ $(scala_jar): $(scala_src)
"$(sbt)" "assembly"
test-scala:
- cd $(test_dir)/parser && lit -v . --path=$(install_dir)/
+ "$(sbt)" test
set-scala:
ln -f -s $(install_dir)/firrtl-scala $(install_dir)/firrtl