j2objc-contrib / j2objc-common-libs-e2e-test

End-to-end tests for translating, compiling, and linking common Java libraries into Objective C using j2objc
https://github.com/j2objc-contrib
Apache License 2.0
12 stars 5 forks source link

Get unit-tests for the external libraries in the build #30

Open advayDev1 opened 8 years ago

advayDev1 commented 8 years ago

Blocks on https://github.com/j2objc-contrib/j2objc-gradle/issues/465

Also only possible for those projects that actually publish their test source to maven central.

advayDev1 commented 8 years ago

Another alternative for projects whose tests are not in maven central is to add some kind of git-clone based dependency handler. This is a large amount of work though, and also most of these projects use Ant based builds not Gradle so we'd also have to copy in their test build processes...