Bersaelor / KDTree

Swift implementation of a k-dimensional binary space partitioning tree.
MIT License
153 stars 26 forks source link

Re-add test target #33

Closed chriseidhof closed 6 years ago

chriseidhof commented 6 years ago

Swift 4 doesn't have the automatic test target anymore. This adds it back in. (We should merge this before #31)

Bersaelor commented 6 years ago

yeah, forgot to add it when I did https://github.com/Bersaelor/KDTree/commit/cb620782149008861eb96a880780e96817282fe5 .