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

COB-184: Move tMultipleBeamFormers from LMM to Commensal

parent 9aabf314
No related branches found
No related tags found
2 merge requests!436COB-148: Enable NVRTC for CUDA kernel compilation,!408COB-184: Add tMultipleBeamFormers
Showing
with 2 additions and 2 deletions
......@@ -30,4 +30,3 @@ add_subdirectory(Correlator)
add_subdirectory(Beamformer)
add_subdirectory(Commensal)
add_subdirectory(RSPRaw)
add_subdirectory(LMM)
\ No newline at end of file
......@@ -4,6 +4,7 @@ include(LofarCTest)
set(_tests
tCommensal_3sec_2st_3sb
tMultipleBeamFormers
)
foreach(_test ${_tests})
......
......@@ -97,7 +97,7 @@ fi
runObservation.sh -A -F -l 1 ${BFLMM}
# Examine the output
EXAMINE=${srcdir}/examine.py
EXAMINE="${srcdir}/${TESTNAME}_examine.py"
OUT_REF_BF1=${TESTNAME}_ref_bf1.out
OUT_REF_BF2=${TESTNAME}_ref_bf2.out
OUT_REF_BF3=${TESTNAME}_ref_bf3.out
......
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