mirror of https://github.com/cutefishos/appmotor
Changes: CMakeList.txt for tests/Harmattan modified. Files are now installed based on the build env
RevBy: TrsutMepull/1/head
parent
9092a100aa
commit
5a3c35c7b9
@ -1,19 +1,25 @@
|
|||||||
install(FILES
|
if ($ENV{MEEGO})
|
||||||
test-perf-mbooster.py
|
# Do nothing
|
||||||
check_pipes.py
|
endif ($ENV{MEEGO})
|
||||||
test-func-launcher.py
|
|
||||||
utils.py
|
|
||||||
test-security.py
|
|
||||||
DESTINATION /usr/share/applauncherd-testscripts)
|
|
||||||
|
|
||||||
install(PROGRAMS
|
if ($ENV{HARMATTAN})
|
||||||
ts_prestartapp.rb
|
install(FILES
|
||||||
tc_theming.rb
|
test-perf-mbooster.py
|
||||||
get-coordinates.rb
|
check_pipes.py
|
||||||
test-perf.rb
|
test-func-launcher.py
|
||||||
fala_wid
|
utils.py
|
||||||
fala_xres_wl
|
test-security.py
|
||||||
fala_xres_wol
|
DESTINATION /usr/share/applauncherd-testscripts)
|
||||||
DESTINATION /usr/share/applauncherd-testscripts)
|
|
||||||
|
|
||||||
add_subdirectory (signal-forward)
|
install(PROGRAMS
|
||||||
|
ts_prestartapp.rb
|
||||||
|
tc_theming.rb
|
||||||
|
get-coordinates.rb
|
||||||
|
test-perf.rb
|
||||||
|
fala_wid
|
||||||
|
fala_xres_wl
|
||||||
|
fala_xres_wol
|
||||||
|
DESTINATION /usr/share/applauncherd-testscripts)
|
||||||
|
|
||||||
|
add_subdirectory (signal-forward)
|
||||||
|
endif ($ENV{HARMATTAN})
|
||||||
|
|||||||
@ -1,2 +1,7 @@
|
|||||||
install(FILES tests.xml DESTINATION /usr/share/applauncherd-art-tests)
|
if ($ENV{MEEGO})
|
||||||
|
# Do nothing
|
||||||
|
endif ($ENV{MEEGO})
|
||||||
|
|
||||||
|
if ($ENV{HARMATTAN})
|
||||||
|
install(FILES tests.xml DESTINATION /usr/share/applauncherd-art-tests)
|
||||||
|
endif ($ENV{HARMATTAN})
|
||||||
|
|||||||
@ -1,2 +1,8 @@
|
|||||||
install(FILES tests.xml DESTINATION /usr/share/applauncherd-bug-tests)
|
if ($ENV{MEEGO})
|
||||||
|
# Do nothing
|
||||||
|
endif ($ENV{MEEGO})
|
||||||
|
|
||||||
|
if ($ENV{HARMATTAN})
|
||||||
|
install(FILES tests.xml DESTINATION /usr/share/applauncherd-bug-tests)
|
||||||
|
endif ($ENV{HARMATTAN})
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1,7 @@
|
|||||||
install(FILES tests.xml DESTINATION /usr/share/applauncherd-functional-tests)
|
if ($ENV{MEEGO})
|
||||||
|
# Do nothing
|
||||||
|
endif ($ENV{MEEGO})
|
||||||
|
|
||||||
|
if ($ENV{HARMATTAN})
|
||||||
|
install(FILES tests.xml DESTINATION /usr/share/applauncherd-functional-tests)
|
||||||
|
endif ($ENV{HARMATTAN})
|
||||||
|
|||||||
@ -1 +1,7 @@
|
|||||||
install(FILES tests.xml DESTINATION /usr/share/applauncherd-performance-tests/)
|
if ($ENV{HARMATTAN})
|
||||||
|
install(FILES tests.xml DESTINATION /usr/share/applauncherd-performance-tests/)
|
||||||
|
endif ($ENV{HARMATTAN})
|
||||||
|
|
||||||
|
if ($ENV{MEEGO})
|
||||||
|
# Do nothing
|
||||||
|
endif ($ENV{MEEGO})
|
||||||
|
|||||||
Loading…
Reference in New Issue