Skip to content
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

Merged
merged 22 commits into from
Jun 22, 2023
Merged

issue237: Support Harmony Core on Linux #340

merged 22 commits into from
Jun 22, 2023

Conversation

playlend
Copy link
Collaborator

Updated multiple projects to enable HarmonyCore.Test, Services.Test, and Services.Test.CS test suites for running on linux.

@playlend playlend marked this pull request as ready for review June 16, 2023 18:48
@@ -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)
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@hippiehunter hippiehunter merged commit 9290f12 into master Jun 22, 2023
@hippiehunter hippiehunter deleted the issue237 branch June 22, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants