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

Fix location of tests for SwiftPM #234

Merged
merged 1 commit into from
Dec 19, 2016

Conversation

jlyonsmith
Copy link
Contributor

No description provided.

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.
@vzsg
Copy link

vzsg commented Dec 19, 2016

Is there any chance this could get merged?

Without this relocation, SPM builds swiftly fail with the following output:

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

@mdmathias mdmathias merged commit 1b09f84 into bignerdranch:master Dec 19, 2016
@jlyonsmith jlyonsmith deleted the fix-package-tests branch December 19, 2016 18:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants