mirror of
https://github.com/jorenchik/testing-spring-2024.git
synced 2025-10-21 20:10:36 +00:00
docs: update readme
- Removed multiple top-level headings - Todos now are checkboxes
This commit is contained in:
parent
d6bdcd817f
commit
2c5a74ff2e
18
README.md
18
README.md
@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
This is a simple C++ project that includes the function for our colleagues to
|
This is a simple C++ project that includes the function for our colleagues to
|
||||||
test. The function (i.e., the main function and the subfunctions used in it) is
|
test. The function (i.e., the main function and the subfunctions used in it) is
|
||||||
located in ``main_lib.cpp``.
|
located in `main_lib.cpp`.
|
||||||
|
|
||||||
## Additional libraries and executable
|
## Additional libraries and executable
|
||||||
|
|
||||||
Our library ``Prep`` is concerned with preparation of data prior to the function
|
Our library `Prep` is concerned with preparation of data prior to the function
|
||||||
call. ``test.cpp`` is a single test file that will contain the tests of our colleagues
|
call. `test.cpp` is a single test file that will contain the tests of our colleagues
|
||||||
and our own development tests. GTest is used for tests.
|
and our own development tests. GTest is used for tests.
|
||||||
|
|
||||||
# Usage
|
## Usage
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
|
|
||||||
@ -26,10 +26,10 @@ cmake ../
|
|||||||
cmake --build .
|
cmake --build .
|
||||||
```
|
```
|
||||||
|
|
||||||
Resulting binaries are ``build/main`` - the program and ``build/runtests`` to
|
Resulting binaries are `build/main` - the program and `build/runtests` to
|
||||||
run tests specified in ``test.cpp``.
|
run tests specified in `test.cpp`.
|
||||||
|
|
||||||
# TODOS
|
## TODOS
|
||||||
|
|
||||||
- Translate README in Latvian
|
- [ ] Translate README in Latvian
|
||||||
- Check the compilation process on Windows and add description in README
|
- [ ] Check the compilation process on Windows and add description in README
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user