Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Fix test location for SPM
Browse files Browse the repository at this point in the history
Swift 3.0 Package Manager wants the tests to be in a sub-directory
under the Test directory.  Pulling the 3.0.1 package down currently
generates the error:

```
error: the package has an unsupported layout, unexpected source
file(s) found:
...
fix: move the file(s) inside a module
```

This PR moves the tests under a FreddyTests directory.
  • Loading branch information
jlyonsmith committed Nov 10, 2016
1 parent cca737e commit f6ef4fc
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 90 deletions.
186 changes: 96 additions & 90 deletions Freddy.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f6ef4fc

Please sign in to comment.