~khurshid-alam/indicator-sound/fix-build-hirsuit

« back to all changes in this revision

Viewing changes to tests/integration/CMakeLists.txt

  • Committer: Khurshid Alam
  • Date: 2021-04-17 07:45:19 UTC
  • Revision ID: khurshid.alam@linuxmail.org-20210417074519-ot2msocws1yr0a11
Try 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    ${INTEGRATION_TESTS_SRC}
57
57
)
58
58
 
59
 
add_dependencies(
60
 
    integration-tests
61
 
    test-home
62
 
)
63
 
 
64
59
qt5_use_modules(
65
60
    integration-tests
66
61
    Core
105
100
    ${SET-VOLUME-SRC}
106
101
)
107
102
 
108
 
add_dependencies(
109
 
    set-volume
110
 
    test-home
111
 
)
112
 
 
113
103
add_executable(
114
104
    get-volume
115
105
    ${GET-VOLUME-SRC}
116
106
)
117
107
 
118
 
add_dependencies(
119
 
    get-volume
120
 
    test-home
121
 
)
122
 
 
123
108
qt5_use_modules(
124
109
    set-volume
125
110
    Core