Closed tanner0101 closed 5 years ago
Unfortunately importing XCTest causes issues in executable products. See #30. It seems like our only option is to remove this entirely.
XCTest
This PR also updates the circle.yml to use -enable-testing so that we don't need to make our test cases public.
circle.yml
-enable-testing
I also used swift test --generate-linuxmain so we don't need to maintain the allTests array.
swift test --generate-linuxmain
allTests
Hey @tanner0101, you just merged a pull request, have a coin!
You now have 1138 coins.
Unfortunately importing
XCTest
causes issues in executable products. See #30. It seems like our only option is to remove this entirely.This PR also updates the
circle.yml
to use-enable-testing
so that we don't need to make our test cases public.I also used
swift test --generate-linuxmain
so we don't need to maintain theallTests
array.