Skip to content

Commit

Permalink
Add commented out properties for specifying MinGW/WSL/Docker toolchai…
Browse files Browse the repository at this point in the history
…ns in tests
  • Loading branch information
abusalimov committed Jul 3, 2023
1 parent 3e8e8d9 commit 431d1d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ tasks {
test {
systemProperty("idea.log.config.properties.file", "${project.rootDir}/src/test/resources/test-log.properties")
systemProperty("idea.test.logs.echo.debug.to.stdout", true)

// optional properties to enable running tests in a different environment (choose at most one of these):
// systemProperty("cpp.test.wsl.name", "Ubuntu2204")
// systemProperty("cpp.test.docker.image.name", "clion-ubuntu-devenv:latest")
// systemProperty("cpp.test.mingw.home", "C:\\tools\\mingw64\\i686-8.1.0-release-posix-dwarf-rt_v6-rev0\\mingw32")
}
}

0 comments on commit 431d1d9

Please sign in to comment.