Skip to content

Commit

Permalink
build: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyue-Zhang committed Mar 4, 2024
1 parent 05833c2 commit 50d6298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trait CommonYunSuan extends YSModule with SbtModule { m =>
override def moduleDeps = super.moduleDeps ++ Seq(
)

object test extends Tests with TestModule.ScalaTest {
object test extends SbtModuleTests with TestModule.ScalaTest {

override def forkArgs = m.forkArgs

Expand Down
1 change: 1 addition & 0 deletions src/test/csrc/include/gm_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ extern "C" {
}
#include "iotype.h"
#include "vpu_constant.h"
#include <typeinfo>

class VPUGoldenModel {
private:
Expand Down

0 comments on commit 50d6298

Please sign in to comment.