Skip to content
Snippets Groups Projects
Commit b72ef344 authored by Sarod Yatawatta's avatar Sarod Yatawatta
Browse files

COB-183: add integration test for Doppler correction in correlator

parent 9610a806
No related branches found
No related tags found
1 merge request!249COB 153 - Doppler correction in correlator pipeline
Showing
with 4913 additions and 0 deletions
...@@ -6,6 +6,7 @@ set(_tests ...@@ -6,6 +6,7 @@ set(_tests
tCorrelate_1sec_1st_5sb_noflagging tCorrelate_1sec_1st_5sb_noflagging
tCorrelate_3sec_1st_5sb tCorrelate_3sec_1st_5sb
tCorrelate_3sec_2st_5sb tCorrelate_3sec_2st_5sb
tCorrelate_3sec_2st_5sb_doppler
) )
foreach(_test ${_tests}) foreach(_test ${_tests})
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
#!/bin/bash
TESTNAME=`basename "${0%%.run}"`
../runtest.sh "$TESTNAME"
#!/bin/bash
TESTNAME=`basename "${0%%.sh}"`
./runctest.sh $TESTNAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment