diff options
author | mustiikhalil <26250654+mustiikhalil@users.noreply.github.com> | 2022-09-10 07:35:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 22:35:42 -0700 |
commit | a67e35aff9cacdc94cce1918e1f07325d70407c4 (patch) | |
tree | 17b6cf2de4deb275ed7051adc5e12ae87e823913 /docs | |
parent | f124e41ae62ae548e045dadb26b6ad172bf8020b (diff) | |
download | flatbuffers-a67e35aff9cacdc94cce1918e1f07325d70407c4.tar.gz flatbuffers-a67e35aff9cacdc94cce1918e1f07325d70407c4.tar.bz2 flatbuffers-a67e35aff9cacdc94cce1918e1f07325d70407c4.zip |
Moves all of the swift test code into tests/swift (#7509)
Fixes failing tests by regenerating test cases
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/SwiftUsage.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/SwiftUsage.md b/docs/source/SwiftUsage.md index 1c438f25..b10375e0 100644 --- a/docs/source/SwiftUsage.md +++ b/docs/source/SwiftUsage.md @@ -22,10 +22,10 @@ GitHub page](https://github.com/google/flatbuffers/tree/master/swift). ## Testing the FlatBuffers Swift library -The code to test the Swift library can be found at `flatbuffers/Flatbuffers.Test.Swift`. -The test code itself is located in [Flatbuffers.Test.Swift](https://github.com/google/flatbuffers/blob/master/tests/FlatBuffers.Test.Swift). +The code to test the Swift library can be found at `flatbuffers/tests/swift/tests`. +The test code itself is located in [flatbuffers/tests/swift/tests](https://github.com/google/flatbuffers/blob/master/tests/swift/tests). -To run the tests, use the [SwiftTest.sh](https://github.com/google/flatbuffers/blob/master/tests/FlatBuffers.Test.Swift/SwiftTest.sh) shell script. +To run the tests, use the [SwiftTest.sh](https://github.com/google/flatbuffers/blob/master/tests/swift/tests/SwiftTest.sh) shell script. *Note: The shell script requires [Swift](https://swift.org) to be installed.* |