summaryrefslogtreecommitdiffstats
path: root/src/tests/CMakeLists.txt
blob: 8047d1075539809be17579b86c1cae7140e22e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
include_directories(
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_SOURCE_DIR}/src
  ${CMAKE_SOURCE_DIR}/src/importers
  ${CMAKE_SOURCE_DIR}/src/exporters
  ${CMAKE_BINARY_DIR}
  ${TQT_INCLUDE_DIRS}
  ${TDE_INCLUDE_DIR}
)


link_directories(
  ${TQT_LIBRARY_DIRS}
  ${TDE_LIB_DIR}
)


##### kretest (executable)

tde_add_check_executable( kretest AUTOMOC
  SOURCES kretest.cpp
  LINK
    krecipesexporters-static krecipesimporters-static
    krecipesdbs-static datablocks-static
    tdecore-shared tdeio-shared
)


##### mmftest (executable)

tde_add_check_executable( mmftest AUTOMOC
  SOURCES mmftest.cpp
  LINK
    krecipesexporters-static krecipesimporters-static
    krecipesdbs-static datablocks-static
    tdecore-shared tdeio-shared
)


##### mx2test (executable)

tde_add_check_executable( mx2test AUTOMOC
  SOURCES mx2test.cpp
  LINK
    krecipesexporters-static krecipesimporters-static
    krecipesdbs-static datablocks-static
    tdecore-shared tdeio-shared
)


##### mxptest (executable)

tde_add_check_executable( mxptest AUTOMOC
  SOURCES mxptest.cpp
  LINK
    krecipesexporters-static krecipesimporters-static
    krecipesdbs-static datablocks-static
    tdecore-shared tdeio-shared
)


##### rezkonvtest (executable)

tde_add_check_executable( rezkonvtest AUTOMOC
  SOURCES rezkonvtest.cpp
  LINK
    krecipesexporters-static krecipesimporters-static
    krecipesdbs-static datablocks-static
    tdecore-shared tdeio-shared
)


##### nyctest (executable)

tde_add_check_executable( nyctest AUTOMOC
  SOURCES nyctest.cpp
  LINK
    krecipesexporters-static krecipesimporters-static
    krecipesdbs-static datablocks-static
    tdecore-shared tdeio-shared
)


##### recipemltest (executable)

tde_add_check_executable( recipemltest AUTOMOC
  SOURCES recipemltest.cpp
  LINK
    krecipesexporters-static krecipesimporters-static
    krecipesdbs-static datablocks-static
    tdecore-shared tdeio-shared
)