Skip to content
Snippets Groups Projects
Commit 2872ad97 authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Call 'make test' to run all tests

parent 3cc019ef
No related branches found
No related tags found
No related merge requests found
Pipeline #55551 failed
......@@ -15,7 +15,7 @@ build:
- cmake ..
- make -j
test-example:
test:
stage: testing
tags:
- das6
......@@ -26,20 +26,4 @@ test-example:
- mkdir build && cd build
- cmake .. -DBUILD_TESTING=On
- make -j
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libtcc
- test/SimpleExample/SimpleExample
test-correlator:
stage: testing
tags:
- das6
dependencies:
- build
script:
- source scripts/load-modules.sh
- mkdir build && cd build
- cmake .. -DBUILD_TESTING=On
- make -j
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libtcc
- test/CorrelatorTest/CorrelatorTest -n 20
- make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment