Browse Source

Move uwp-tests and uwp-benchmark to uwp/tests and uwp/benchmark.

Hanseul Jun 4 years ago
parent
commit
4ba8c9e3e8

+ 1 - 1
.gitignore

@@ -5,7 +5,7 @@ node_modules/
 *.a
 *.so
 compile_commands.json
-tests
+/tests
 .DS_Store
 .idea
 

+ 14 - 14
CMakeLists.txt

@@ -128,22 +128,22 @@ set(TESTS_SOURCES
 )
 
 set(TESTS_UWP_RESOURCES
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-tests/Logo.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-tests/package.appxManifest
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-tests/SmallLogo.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-tests/SmallLogo44x44.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-tests/SplashScreen.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-tests/StoreLogo.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-tests/Windows_TemporaryKey.pfx)
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/tests/Logo.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/tests/package.appxManifest
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/tests/SmallLogo.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/tests/SmallLogo44x44.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/tests/SplashScreen.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/tests/StoreLogo.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/tests/Windows_TemporaryKey.pfx)
 
 set(BENCHMARK_UWP_RESOURCES
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-benchmark/Logo.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-benchmark/package.appxManifest
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-benchmark/SmallLogo.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-benchmark/SmallLogo44x44.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-benchmark/SplashScreen.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-benchmark/StoreLogo.png
-	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp-benchmark/Windows_TemporaryKey.pfx)
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/benchmark/Logo.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/benchmark/package.appxManifest
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/benchmark/SmallLogo.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/benchmark/SmallLogo44x44.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/benchmark/SplashScreen.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/benchmark/StoreLogo.png
+	${CMAKE_CURRENT_SOURCE_DIR}/test/uwp/benchmark/Windows_TemporaryKey.pfx)
 
 set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
 set(THREADS_PREFER_PTHREAD_FLAG TRUE)

+ 0 - 0
test/uwp-benchmark/Logo.png → test/uwp/benchmark/Logo.png


+ 0 - 0
test/uwp-benchmark/SmallLogo.png → test/uwp/benchmark/SmallLogo.png


+ 0 - 0
test/uwp-benchmark/SmallLogo44x44.png → test/uwp/benchmark/SmallLogo44x44.png


+ 0 - 0
test/uwp-benchmark/SplashScreen.png → test/uwp/benchmark/SplashScreen.png


+ 0 - 0
test/uwp-benchmark/StoreLogo.png → test/uwp/benchmark/StoreLogo.png


+ 0 - 0
test/uwp-benchmark/Windows_TemporaryKey.pfx → test/uwp/benchmark/Windows_TemporaryKey.pfx


+ 0 - 0
test/uwp-benchmark/package.appxManifest → test/uwp/benchmark/package.appxManifest


+ 0 - 0
test/uwp-tests/Logo.png → test/uwp/tests/Logo.png


+ 0 - 0
test/uwp-tests/SmallLogo.png → test/uwp/tests/SmallLogo.png


+ 0 - 0
test/uwp-tests/SmallLogo44x44.png → test/uwp/tests/SmallLogo44x44.png


+ 0 - 0
test/uwp-tests/SplashScreen.png → test/uwp/tests/SplashScreen.png


+ 0 - 0
test/uwp-tests/StoreLogo.png → test/uwp/tests/StoreLogo.png


+ 0 - 0
test/uwp-tests/Windows_TemporaryKey.pfx → test/uwp/tests/Windows_TemporaryKey.pfx


+ 0 - 0
test/uwp-tests/package.appxManifest → test/uwp/tests/package.appxManifest