mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-1080: Preventing native test binaries from getting built for the
distribution
This commit is contained in:
parent
7936f89ab5
commit
524badc9d4
2 changed files with 32 additions and 10 deletions
|
@ -31,6 +31,9 @@ dependencies {
|
|||
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
|
||||
}
|
||||
|
||||
// Ensure the below native test binaries don't get built for a distribution
|
||||
ext.nativesTestOnly = true
|
||||
|
||||
task testSpecimenWin64 {
|
||||
dependsOn 'expCreateProcessWin64Executable'
|
||||
dependsOn 'expCreateThreadExitWin64Executable'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue