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 fc3af37 commit 944fc3fCopy full SHA for 944fc3f
1 file changed
README.md
@@ -62,7 +62,7 @@ end)
62
63
### Build command
64
```console
65
-xmake f --toolchain=llvm --runtimes="c++_shared" [--sdk=/opt/llvm-git] [--enable_tests=y] --yes
+xmake f [--toolchain=llvm] --runtimes="c++_shared" [--sdk=/opt/llvm-git] [--enable_tests=y] --yes
66
xmake [b|build] [-vD]
67
```
68
@@ -71,6 +71,11 @@ xmake [b|build] [-vD]
71
xmake [r|run]
72
73
74
+### Watch tests
75
+```console
76
+xmake watch -r
77
+```
78
+
79
[](CONTRIBUTING.md)
80
81
---
0 commit comments