docs: remove usage

This commit is contained in:
Jorens Shtekels 2024-03-14 09:00:38 +02:00
parent 9c9929565b
commit 7f0a51f5b8
2 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,6 @@ Direktorija `modules` ir saistīta ar datu sagatavošanu pirms funkcijas
izsaukuma. `test_validation.cc` ir viens testa fails, kas satur testus. izsaukuma. `test_validation.cc` ir viens testa fails, kas satur testus.
[GTest](https://github.com/google/googletest) tiek izmantots testiem. [GTest](https://github.com/google/googletest) tiek izmantots testiem.
## Lietojums
## Kompilācija uz Linux un MacOS ## Kompilācija uz Linux un MacOS
Kompilācijai operētājsistēmā Linux ir nepieciešams cmake un Kompilācijai operētājsistēmā Linux ir nepieciešams cmake un

View File

@ -16,8 +16,6 @@ Directory `modules` is concerned with preparation of data prior to the function
call. `test_validation.cc` is a single test file that contain the tests. call. `test_validation.cc` is a single test file that contain the tests.
[GTest](https://github.com/google/googletest) is used for tests. [GTest](https://github.com/google/googletest) is used for tests.
## Usage
## Compilation on Linux and MacOS ## Compilation on Linux and MacOS
Compilation on Linux and MacOS requires cmake and CXX compiler (e.g., g++). Compilation on Linux and MacOS requires cmake and CXX compiler (e.g., g++).