Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
Fix running trial with vibe.d.

Closes #81

See merge request szabobogdan3/trial!76
  • Loading branch information
Szabo Bogdan committed Aug 10, 2018
2 parents 5ee259d + e752bee commit 98a374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/trial/command.d
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class TrialProject : Project {
tcinfo.stringImportPaths[""] ~= embededLibraryPath;
}

tcinfo.mainSourceFile = m_description.mainFile;
tcinfo.sourceFiles[""] ~= m_description.mainFile;
tcinfo.versions[""] ~= "VibeCustomMain";

string[] plugins = runnerSettings.settings.plugins;
Expand Down

0 comments on commit 98a374d

Please sign in to comment.