Last change
on this file since 3018 was 2980, checked in by Malte Marquarding, 10 years ago |
Add a copy of casacore/components/SpectralComponents to external-alma directory to prepare for its removal from casacore-trunk. DOn;t activate in SConscript yet.
|
File size:
383 bytes
|
Line | |
---|
1 | set (tests
|
---|
2 | tGaussianMultipletSpectralElement
|
---|
3 | tLogTransformedPolynomialSpectralElement
|
---|
4 | tLorentzianSpectralElement
|
---|
5 | tPowerLogPolynomialSpectralElement
|
---|
6 | tProfileFit1D
|
---|
7 | tSpectralFit
|
---|
8 | )
|
---|
9 |
|
---|
10 | foreach (test ${tests})
|
---|
11 | add_executable (${test} ${test}.cc)
|
---|
12 | target_link_libraries (${test} casa_components)
|
---|
13 | add_test (${test} ${CMAKE_SOURCE_DIR}/cmake/cmake_assay ./${test})
|
---|
14 | endforeach (test)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.