Cleaning tests

This commit is contained in:
Loic Guegan 2022-01-24 18:32:05 +01:00
parent af333f9ff1
commit 5d4a7d66cb
7 changed files with 33 additions and 8 deletions

View file

@ -3,4 +3,4 @@ archlinux:
before_script:
- pacman -Sy base-devel cmake --noconfirm --needed
script:
- mkdir build && cd build && cmake ../ && make && make test && ctest
- mkdir build && cd build && cmake ../ && make && make test && cd tests && ./pgnp_tests