linkedin / dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
Apache License 2.0
1.88k stars 249 forks source link

Make test libs #102

Closed moltmann closed 6 years ago

moltmann commented 6 years ago

The old way of including tests via symlink causes too many issues inside of Android Studio. The new way is much more reliable.

Also fix some issues leftover from the dexmaker-mockito-inline-extended pull.

I am very infrequently getting raciness failures in the native part of the build, but this seems to be a gradle issue.

moltmann commented 6 years ago

@drewhannay Can you take a look at these? I keep piling up changes at the end only because otherwise merging is going to be a PITA.

Once we have the "Make dexmaker-mockito tests libraries" change in we can separate the changes into separate pulls again.

drewhannay commented 6 years ago

Sorry for the delay! I lost track of this. Merged! :)