diff --git a/CMakeLists.txt b/CMakeLists.txt index 8440b30..3eb6839 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,6 +127,16 @@ set(TESTS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/test/benchmark.cpp ) +set(TESTS_UWP_RESOURCES + ${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/Logo.png + ${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/package.appxManifest + ${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/SmallLogo.png + ${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/SmallLogo44x44.png + ${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/SplashScreen.png + ${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/StoreLogo.png + ${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/Windows_TemporaryKey.pfx +) + set(CMAKE_THREAD_PREFER_PTHREAD TRUE) set(THREADS_PREFER_PTHREAD_FLAG TRUE) find_package(Threads REQUIRED) @@ -284,7 +294,7 @@ endif() # Tests if(NOT NO_TESTS) - add_executable(datachannel-tests ${TESTS_SOURCES}) + add_executable(datachannel-tests ${TESTS_SOURCES} ${TESTS_UWP_RESOURCES}) set_target_properties(datachannel-tests PROPERTIES VERSION ${PROJECT_VERSION} CXX_STANDARD 17) diff --git a/test/uwp/Logo.png b/test/uwp/Logo.png new file mode 100644 index 0000000..65f91ac Binary files /dev/null and b/test/uwp/Logo.png differ diff --git a/test/uwp/SmallLogo.png b/test/uwp/SmallLogo.png new file mode 100644 index 0000000..460c022 Binary files /dev/null and b/test/uwp/SmallLogo.png differ diff --git a/test/uwp/SmallLogo44x44.png b/test/uwp/SmallLogo44x44.png new file mode 100644 index 0000000..c237458 Binary files /dev/null and b/test/uwp/SmallLogo44x44.png differ diff --git a/test/uwp/SplashScreen.png b/test/uwp/SplashScreen.png new file mode 100644 index 0000000..8342565 Binary files /dev/null and b/test/uwp/SplashScreen.png differ diff --git a/test/uwp/StoreLogo.png b/test/uwp/StoreLogo.png new file mode 100644 index 0000000..508c8a8 Binary files /dev/null and b/test/uwp/StoreLogo.png differ diff --git a/test/uwp/Windows_TemporaryKey.pfx b/test/uwp/Windows_TemporaryKey.pfx new file mode 100644 index 0000000..1cad999 Binary files /dev/null and b/test/uwp/Windows_TemporaryKey.pfx differ diff --git a/test/uwp/package.appxManifest b/test/uwp/package.appxManifest new file mode 100644 index 0000000..6c22bdd --- /dev/null +++ b/test/uwp/package.appxManifest @@ -0,0 +1,42 @@ + + + + + + + datachannel-tests + CMake + StoreLogo.png + + + + + + + + + + + + + + +