diff options
| author | Jim Lawson | 2016-04-08 16:46:15 -0700 |
|---|---|---|
| committer | jackkoenig | 2016-04-09 19:07:47 -0700 |
| commit | 168392889d42506fae5a1aa637ebe1e61d799e62 (patch) | |
| tree | 3347b823c5b2b924526a0d067f6f2dab4f36c9e5 /Makefile | |
| parent | a74bbef25f8aa4d6b43be23b3831655efad1711c (diff) | |
Use "sbt test" for test-scala.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
