Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests don't compile on Linux #12

Closed
weissi opened this issue Nov 6, 2018 · 3 comments
Closed

tests don't compile on Linux #12

weissi opened this issue Nov 6, 2018 · 3 comments
Assignees

Comments

@weissi
Copy link

weissi commented Nov 6, 2018

when trying to compile the tests on master (on Linux), I get:

Compile Swift Module 'SmokeFrameworkPackageTests' (1 sources)
/tmp/.nio-release-tools_3y9rpD/smoke-framework/Tests/LinuxMain.swift:5:14: error: use of unresolved identifier 'SmokeOperationsHTTP1AsyncTests'
    testCase(SmokeOperationsHTTP1AsyncTests.allTests),
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<unknown>:0: note: did you mean 'SmokeOperationsAsyncTests'?
/tmp/.nio-release-tools_3y9rpD/smoke-framework/Tests/LinuxMain.swift:6:14: error: use of unresolved identifier 'SmokeOperationsHTTP1SyncTests'
    testCase(SmokeOperationsHTTP1SyncTests.allTests),
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<unknown>:0: note: did you mean 'SmokeOperationsSyncTests'?
<unknown>:0: note: did you mean 'SmokeOperationsAsyncTests'?

with this commit (current master):

$ git rev-parse HEAD
c005cffc2def1e10ddb7f7d0d4162cd99747ae05
@tachyonics
Copy link
Contributor

Ah. Thats kind of embarrassing. Thanks for picking this up.

@tachyonics
Copy link
Contributor

Would you be able to verify that this is fixed for you?

@weissi
Copy link
Author

weissi commented Nov 6, 2018

@tachyonics thanks for the quick fix. Confirmed working again!

@weissi weissi closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants