Remove TODO comment about producing native components for test only

According to
<https://docs.gradle.org/current/userguide/native_software.html>,
"When you assemble dependents of a component, the component and all of
its dependents are compiled and linked, including any test suite
binaries."  So it's intentional that the "assemble" task causes
creation of the smoke_main executable and xlator_test shared library.
Nothing TODO here; the current behavior is as designed.
This commit is contained in:
Ben Liblit 2018-05-27 01:35:08 -05:00
parent 2067d6c37a
commit c7344e611a
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ dependencies {
)
}
// TODO: build following targets for "test"-only, not "main"
def currentJvm = org.gradle.internal.jvm.Jvm.current()
task generateJniHeaders(type: Exec, dependsOn: [testClasses, ':com.ibm.wala.cast:classes']) {