We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3f64a commit 246852bCopy full SHA for 246852b
1 file changed
README.md
@@ -48,7 +48,15 @@ Please help us improve the coverage of the test suite!
48
49
The unit tests are automatically built by GitHub as part of pull request checks (in `.github/workflows/unit-tests.yml`).
50
51
-To build and run locally (from the project root):
+To build and run locally:
52
+
53
+**Dependencies**
54
55
+* CMake
56
+* make
57
+* gcc
58
59
+From the project root:
60
61
```
62
cmake -S test -B test/build
0 commit comments