This commit is contained in:
Francis ANDRE 2018-10-05 17:54:29 +02:00
parent 5846a083b9
commit 95832355ff

View File

@ -39,7 +39,6 @@ model {
testSuites {
CryptoTestSuite(org.gradle.nativeplatform.test.cppunit.CppUnitTestSuiteSpec) {
testing $.components.TestSuite
/*
binaries.all {
String PATH = tasks.run.environment.get("Path")
if (targetPlatform.name.equals("win32")) {
@ -52,7 +51,6 @@ model {
}
tasks.run.environment "Path", PATH
}
*/
}
}
binaries {