Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
a3f64c6b
Commit
a3f64c6b
authored
18 years ago
by
Joris van Zwieten
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 822
- added bandpass unit test
parent
7f13756d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CEP/BB/BBS/test/Makefile.am
+8
-9
8 additions, 9 deletions
CEP/BB/BBS/test/Makefile.am
CEP/BB/BBSKernel/test/Makefile.am
+8
-9
8 additions, 9 deletions
CEP/BB/BBSKernel/test/Makefile.am
with
16 additions
and
18 deletions
CEP/BB/BBS/test/Makefile.am
+
8
−
9
View file @
a3f64c6b
check_PROGRAMS
=
tFillRow tMeqPolc tMeqPolcLog tMeqTabular
\
check_PROGRAMS
=
tFillRow tMeqPolc tMeqPolcLog tMeqTabular
tMeqParm
\
t
Meq
Parm
tParmMerge
\
tParm
Merge 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
\
t
Meq
Parm
.sh tParm
Merge.sh tMSData.sh
\
tParmMerge.sh tMSData
.sh tPredict.sh tPerturbed.sh tSubtract.sh tCorrect
.sh
\
tPred
ict
.sh t
Perturbed.sh tSubtract.sh tCorrect.sh tPredSolv
.sh
tPred
Solv
.sh t
Bandpass
.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
This diff is collapsed.
Click to expand it.
CEP/BB/BBSKernel/test/Makefile.am
+
8
−
9
View file @
a3f64c6b
check_PROGRAMS
=
tFillRow tMeqPolc tMeqPolcLog tMeqTabular
\
check_PROGRAMS
=
tFillRow tMeqPolc tMeqPolcLog tMeqTabular
tMeqParm
\
t
Meq
Parm
tParmMerge
\
tParm
Merge 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
\
t
Meq
Parm
.sh tParm
Merge.sh tMSData.sh
\
tParmMerge.sh tMSData
.sh tPredict.sh tPerturbed.sh tSubtract.sh tCorrect
.sh
\
tPred
ict
.sh t
Perturbed.sh tSubtract.sh tCorrect.sh tPredSolv
.sh
tPred
Solv
.sh t
Bandpass
.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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment