Skip to content
Snippets Groups Projects
Commit a3f64c6b authored by Joris van Zwieten's avatar Joris van Zwieten
Browse files

BugID: 822

- added bandpass unit test
parent 7f13756d
No related branches found
No related tags found
No related merge requests found
check_PROGRAMS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular \ check_PROGRAMS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular tMeqParm \
tMeqParm tParmMerge \ tParmMerge tPredSolv tPredict tSubtract tCorrect tPerturbed tMSData \
tPredSolv tPredict tSubtract tCorrect tPerturbed tMSData tShift tDFT tShift tDFT
tMeqPolc_SOURCES = tMeqPolc.cc tMeqPolc_SOURCES = tMeqPolc.cc
tMeqPolc_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) tMeqPolc_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND)
...@@ -51,14 +51,13 @@ TESTS_ENVIRONMENT = lofar_sharedir=$(lofar_sharedir) \ ...@@ -51,14 +51,13 @@ TESTS_ENVIRONMENT = lofar_sharedir=$(lofar_sharedir) \
MPIBIN=$(MPIBIN) \ MPIBIN=$(MPIBIN) \
AIPSPP=$(AIPSPP) AIPSPP=$(AIPSPP)
TESTS = tFillRow.sh tMeqPolc.sh tMeqPolcLog.sh tMeqTabular.sh \ TESTS = tFillRow.sh tMeqPolc.sh tMeqPolcLog.sh tMeqTabular.sh tMeqParm.sh \
tMeqParm.sh tParmMerge.sh tMSData.sh \ tParmMerge.sh tMSData.sh tPredict.sh tPerturbed.sh tSubtract.sh tCorrect.sh \
tPredict.sh tPerturbed.sh tSubtract.sh tCorrect.sh tPredSolv.sh tPredSolv.sh tBandpass.sh
# programs to run through supplied checktools # programs to run through supplied checktools
CHECKTOOLPROGS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular \ CHECKTOOLPROGS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular tMeqParm tParmMerge \
tMeqParm tParmMerge tMSData \ tMSData tPredict tPerturbed tSubtract tCorrect
tPredict tPerturbed tSubtract tCorrect
#ENDCHECKTOOLPROGS #ENDCHECKTOOLPROGS
include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.common
check_PROGRAMS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular \ check_PROGRAMS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular tMeqParm \
tMeqParm tParmMerge \ tParmMerge tPredSolv tPredict tSubtract tCorrect tPerturbed tMSData \
tPredSolv tPredict tSubtract tCorrect tPerturbed tMSData tShift tDFT tShift tDFT
tMeqPolc_SOURCES = tMeqPolc.cc tMeqPolc_SOURCES = tMeqPolc.cc
tMeqPolc_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) tMeqPolc_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND)
...@@ -51,14 +51,13 @@ TESTS_ENVIRONMENT = lofar_sharedir=$(lofar_sharedir) \ ...@@ -51,14 +51,13 @@ TESTS_ENVIRONMENT = lofar_sharedir=$(lofar_sharedir) \
MPIBIN=$(MPIBIN) \ MPIBIN=$(MPIBIN) \
AIPSPP=$(AIPSPP) AIPSPP=$(AIPSPP)
TESTS = tFillRow.sh tMeqPolc.sh tMeqPolcLog.sh tMeqTabular.sh \ TESTS = tFillRow.sh tMeqPolc.sh tMeqPolcLog.sh tMeqTabular.sh tMeqParm.sh \
tMeqParm.sh tParmMerge.sh tMSData.sh \ tParmMerge.sh tMSData.sh tPredict.sh tPerturbed.sh tSubtract.sh tCorrect.sh \
tPredict.sh tPerturbed.sh tSubtract.sh tCorrect.sh tPredSolv.sh tPredSolv.sh tBandpass.sh
# programs to run through supplied checktools # programs to run through supplied checktools
CHECKTOOLPROGS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular \ CHECKTOOLPROGS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular tMeqParm tParmMerge \
tMeqParm tParmMerge tMSData \ tMSData tPredict tPerturbed tSubtract tCorrect
tPredict tPerturbed tSubtract tCorrect
#ENDCHECKTOOLPROGS #ENDCHECKTOOLPROGS
include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.common
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