CMake: Regenerate selftest with latest fixes
Change-Id: I7453c2439a62331cdc2d7ffaeafb05cd831191c6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
044f730214
commit
2d955428ae
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(benchlibtickcounter
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibtickcounter.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(benchlibtickcounter
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_benchlibtickcounter.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(blacklisted
|
||||
GUI
|
||||
SOURCES
|
||||
tst_blacklisted.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(blacklisted
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_blacklisted.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
15
tests/auto/testlib/selftests/pass/.prev_CMakeLists.txt
Normal file
15
tests/auto/testlib/selftests/pass/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
# Generated from pass.pro.
|
||||
|
||||
#####################################################################
|
||||
## pass Binary:
|
||||
#####################################################################
|
||||
|
||||
qt_add_executable(pass
|
||||
SOURCES
|
||||
tst_pass.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Test
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
@ -19,3 +19,4 @@ qt_add_executable(pass
|
||||
# special case begin
|
||||
qt_apply_testlib_coverage_options(pass)
|
||||
# special case end
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(signaldumper
|
||||
GUI
|
||||
SOURCES
|
||||
tst_signaldumper.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(signaldumper
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_signaldumper.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(silent
|
||||
GUI
|
||||
SOURCES
|
||||
tst_silent.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -7,7 +7,6 @@
|
||||
add_qt_executable(silent
|
||||
NO_INSTALL # special case
|
||||
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
||||
GUI
|
||||
SOURCES
|
||||
tst_silent.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
45
tests/auto/testlib/selftests/test/.prev_CMakeLists.txt
Normal file
45
tests/auto/testlib/selftests/test/.prev_CMakeLists.txt
Normal file
@ -0,0 +1,45 @@
|
||||
# Generated from test.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_selftests Test:
|
||||
#####################################################################
|
||||
|
||||
qt_add_test(tst_selftests
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
|
||||
SOURCES
|
||||
../../../../shared/emulationdetector.h
|
||||
../tst_selftests.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
../../../../shared
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::TestPrivate
|
||||
)
|
||||
|
||||
file(GLOB resource_glob_0 RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "../expected_*")
|
||||
foreach(file IN LISTS resource_glob_0)
|
||||
set_source_files_properties("${CMAKE_CURRENT_SOURCE_DIR}/${file}" PROPERTIES QT_RESOURCE_ALIAS "${file}")
|
||||
endforeach()
|
||||
|
||||
# Resources:
|
||||
set(qmake_expected_files_resource_files
|
||||
${resource_glob_0}
|
||||
)
|
||||
|
||||
qt_add_resource(tst_selftests "qmake_expected_files"
|
||||
PREFIX
|
||||
"/"
|
||||
BASE
|
||||
"$$PWD/.."
|
||||
FILES
|
||||
${qmake_expected_files_resource_files}
|
||||
)
|
||||
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
#### Keys ignored in scope 5:.:.:test.pro:NOT ANDROID AND NOT WINRT AND for(file,SUBPROGRAMS):
|
||||
# TEST_HELPER_INSTALLS = "../$${file}/$${file}"
|
||||
|
||||
#### Keys ignored in scope 7:.:..:../selftests.pri:TARGET Qt::Gui:
|
||||
# SUBPROGRAMS = "keyboard" "mouse"
|
@ -5,7 +5,6 @@
|
||||
#####################################################################
|
||||
|
||||
qt_add_test(tst_selftests
|
||||
GUI
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
|
||||
SOURCES
|
||||
../../../../shared/emulationdetector.h
|
||||
@ -59,3 +58,4 @@ qt_add_resource(tst_selftests "qmake_expected_files"
|
||||
# special case begin
|
||||
qt_apply_testlib_coverage_options(tst_selftests)
|
||||
# special case end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user