an attempt to run tests

This commit is contained in:
Blue 2023-08-19 22:37:21 -03:00
parent c36230b252
commit 437b65df2f
Signed by: blue
GPG Key ID: 9B203B252A63EE38
2 changed files with 9 additions and 1 deletions

View File

@ -16,5 +16,11 @@ jobs:
- name: Build
working-directory: ./build
run: cmake --build .
UnitTests:
runs-on: archlinux
- name: Run tests
working-directory: ./build/test
run: ./runUnitTests
- name: Status
run: echo "${{ job.status }}"

View File

@ -7,10 +7,12 @@
### Prerequisites
- Qt 5 or higher
- a compiler (c++ would do)
- Qt 5 or higher (qt5-base would do)
- lmdb
- CMake 3.16 or higher
- Doxygen (optional, for documentation)
- gtest (optional, for tests)
### Using with CMake