-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue237: Support Harmony Core on Linux #340
Conversation
…dge.UnitTest project properties
…ces.Models and Services
…kages for x64 release only
@@ -33,7 +33,7 @@ namespace HarmonyCore.Test.Bridge | |||
|
|||
if(Environment.OSVersion.Platform == PlatformID.Unix) then | |||
begin | |||
data contextPool = new ExternalContextPool<T>(Path.Combine(actualDblDir, "bin/dbs"), actualDBRPath, testDirFolder, ^null, 4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actualDbrDir
is intended to allow overriding the base path as a parameter, can you instead fit this into the default value mechanism we have above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated it to use actualDblDir.
Updated multiple projects to enable HarmonyCore.Test, Services.Test, and Services.Test.CS test suites for running on linux.