Skip to content

Commit 7c6d293

Browse files
committed
Update usage instructions a bit more.
1 parent c79167a commit 7c6d293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The XCode target of your build (e.g., a macOS device, an iOS device or an iOS de
3232

3333
For example: The `test-spec.sample.sh` file that comes with this project assumes that the directory containing the `ios-test-harness.xcodeproj` bundle (that is, the top level of this repository) is adjacent to the directory containing the crate being tested (called `keyring-rs`), and that the test library is an example in that crate.
3434

35+
Before running the test harness, you will want to edit the code in `ContentView.swift` (in the `test-runner` directory) to have the correct descriptions (and correct number) of test opcodes for your library. A future project of mine will be to load the opcodes and descriptions from the static library that you test.
36+
3537
## License
3638

3739
Licensed under either of

0 commit comments

Comments
 (0)