You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# How to run the tests
2
2
3
3
> [!NOTE]
4
-
> Requirements: ```Cmake``` configured with your preferred build system, and a ```C++``` compiler previously installed.
4
+
> Requirements: ```CMake``` configured with your preferred build system, and a ```C++``` compiler previously installed.
5
5
6
6
You can just build the ```Tests``` executable file by running this directory's build script. Here's an example that should work on ```Linux``` using ```make``` as your build system. It works by running the following command on this directory using ```bash```:
0 commit comments