update readme

This commit is contained in:
Jorens Shtekels 2024-03-10 13:39:47 +02:00
parent 40ecf6e998
commit d6bdcd817f

View File

@ -2,14 +2,14 @@
## Project ## Project
This is a simple C++ project that includes the function for our collegues 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 executables ## 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 collegues 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
@ -32,3 +32,4 @@ 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