Created by: nguyentruongtho
You should be able to write test in swift and use it in a apple_test
target after this PR.
Note that since apple_test
won't create a binary file if there is no objective-c source in the target, therefore we still need to add at least one non-swift source file to make it work.
Implementation for swift_test
target will be in a follow-on PR.