aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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