We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aab51d commit 7f2674fCopy full SHA for 7f2674f
embedded/README.md
@@ -1,11 +1,11 @@
1
## Embedded tests
2
3
These no-std tests are a bit peculiar.
4
-They are cross compiled to ARM and run in an emulator.
+They are cross-compiled to ARM and run in an emulator.
5
Here's why:
6
7
- We want to build for an exotic platform to help make sure `std` doesn't sneak in by accident.
8
9
- We use an emulator and build something runnable,
10
rather than merely testing whether a library builds,
11
- because we want to actually run our integration test.
+ because we want to actually run our integration tests.
0 commit comments