~ubuntu-branches/ubuntu/quantal/konsole/quantal-proposed

« back to all changes in this revision

Viewing changes to src/tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-11 23:34:57 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120611233457-qbazusvhzhfg16hu
Tags: 4:4.8.90-0ubuntu1
New upstream beta release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
kde4_add_executable(PartTest TEST PartTest.cpp)
7
7
target_link_libraries(PartTest ${KDE4_KPARTS_LIBS} ${KDE4_KPTY_LIBS} ${KONSOLE_TEST_LIBS})
8
8
 
 
9
kde4_add_unit_test(PtyTest PtyTest.cpp)
 
10
target_link_libraries(PtyTest ${KDE4_KPTY_LIBS} ${KONSOLE_TEST_LIBS})
 
11
 
 
12
kde4_add_unit_test(ShellCommandTest ShellCommandTest.cpp)
 
13
target_link_libraries(ShellCommandTest ${KONSOLE_TEST_LIBS})
 
14
 
 
15
kde4_add_unit_test(CharacterColorTest CharacterColorTest.cpp)
 
16
target_link_libraries(CharacterColorTest ${KONSOLE_TEST_LIBS})
 
17
 
9
18
kde4_add_unit_test(ProfileTest ProfileTest.cpp)
10
19
target_link_libraries(ProfileTest ${KONSOLE_TEST_LIBS})
11
20