Skip to content

Commit

Permalink
Merge pull request #2517 from chipsalliance/depend-on-firrtl-jar
Browse files Browse the repository at this point in the history
make scalatest rule depend on FIRRTL_JAR
  • Loading branch information
albertchen-sifive authored Jun 12, 2020
2 parents 5e80594 + 98749e9 commit 3001d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -337,5 +337,5 @@ emulator-jtag-dtm-regression: emulator-jtag-dtm-tests-32 emulator-jtag-dtm-tests

# Target to run Scalatest regressionsk 'sbt test'
.PHONY: scalatest
scalatest: stamps/other-submodules.stamp
scalatest: stamps/other-submodules.stamp $(FIRRTL_JAR)
(cd $(abspath $(TOP)) && $(SBT) test)

0 comments on commit 3001d50

Please sign in to comment.