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
|
||||
test-perf-mbooster.py
|
||||
check_pipes.py
|
||||
test-func-launcher.py
|
||||
utils.py
|
||||
test-security.py
|
||||
DESTINATION /usr/share/applauncherd-testscripts)
|
||||
if ($ENV{MEEGO})
|
||||
# Do nothing
|
||||
endif ($ENV{MEEGO})
|
||||
|
||||
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)
|
||||
if ($ENV{HARMATTAN})
|
||||
install(FILES
|
||||
test-perf-mbooster.py
|
||||
check_pipes.py
|
||||
test-func-launcher.py
|
||||
utils.py
|
||||
test-security.py
|
||||
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