~ubuntu-branches/ubuntu/quantal/kalzium/quantal-updates

« back to all changes in this revision

Viewing changes to libscience/tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-10-02 15:11:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20121002151104-mxtvkntvvwtjt33s
Tags: 4:4.9.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
set(elementparsertest_SRCS xmlreadingtest.cpp)
7
7
 
8
 
kde4_add_unit_test(elementparsertest TEST ${elementparsertest_SRCS})
 
8
kde4_add_executable(elementparsertest NOGUI ${elementparsertest_SRCS})
9
9
 
10
10
target_link_libraries(elementparsertest science ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
11
11
 
13
13
 
14
14
set(isotopeparsertest_SRCS isotopereadingtest.cpp)
15
15
 
16
 
kde4_add_unit_test(isotopeparsertest TEST ${isotopeparsertest_SRCS})
 
16
kde4_add_executable(isotopeparsertest NOGUI ${isotopeparsertest_SRCS})
17
17
 
18
18
target_link_libraries(isotopeparsertest science ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
19
19
 
21
21
 
22
22
set(spectrumtest_SRCS spectrumreadingtests.cpp)
23
23
 
24
 
kde4_add_unit_test(spectrumtest TEST ${spectrumtest_SRCS})
 
24
kde4_add_executable(spectrumtest NOGUI ${spectrumtest_SRCS})
25
25
 
26
26
target_link_libraries(spectrumtest science ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
27
27