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

Add testTarget for SwiftPM #517

Merged
merged 1 commit into from
Dec 2, 2021
Merged

Conversation

cntrump
Copy link
Contributor

@cntrump cntrump commented Dec 1, 2021

Run swift test case:

$ swift test

Output:

[157/157] Build complete!
Test Suite 'All tests' started at 2021-12-01 22:44:10.592
Test Suite 'tommathPackageTests.xctest' started at 2021-12-01 22:44:10.593
Test Suite 'LibTommathTests' started at 2021-12-01 22:44:10.593
Test Case '-[TommathTests.LibTommathTests testTrivialStuff]' started.
Test Case '-[TommathTests.LibTommathTests testTrivialStuff]' passed (0.001 seconds).
Test Suite 'LibTommathTests' passed at 2021-12-01 22:44:10.594.
	 Executed 1 test, with 0 failures (0 unexpected) in 0.001 (0.001) seconds
Test Suite 'tommathPackageTests.xctest' passed at 2021-12-01 22:44:10.594.
	 Executed 1 test, with 0 failures (0 unexpected) in 0.001 (0.001) seconds
Test Suite 'All tests' passed at 2021-12-01 22:44:10.594.
	 Executed 1 test, with 0 failures (0 unexpected) in 0.001 (0.002) seconds

Run swift test case:

```
$ swift test
```
@sjaeckel sjaeckel merged commit 2cec6ad into libtom:develop Dec 2, 2021
@cntrump cntrump deleted the pr_improve_swiftpm branch December 3, 2021 01:19
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

Successfully merging this pull request may close these issues.

2 participants