From 168392889d42506fae5a1aa637ebe1e61d799e62 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Fri, 8 Apr 2016 16:46:15 -0700 Subject: Use "sbt test" for test-scala. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3