We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0997e44 commit 0353a7dCopy full SHA for 0353a7d
buildfile.m
@@ -21,7 +21,7 @@
21
22
plan("test") = TestTask( ...
23
Description = "Run unit tests", ...
24
- Dependencies = "updateSGdeps",...
+ Dependencies = ["updateSGdeps","pcodeBossapi"],...
25
SourceFiles = {'toolbox','tests'},...
26
TestResults = "results.xml",...
27
OutputDetail = Verbosity.Detailed,...
0 commit comments