mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
12 lines
284 B
Python
12 lines
284 B
Python
from Tests.VDownloaderTests import VulkanDownloaderTest
|
|
from Tests.VSpotifyTests import VulkanSpotifyTest
|
|
from Tests.VDeezerTests import VulkanDeezerTest
|
|
|
|
|
|
tester = VulkanDownloaderTest()
|
|
tester.run()
|
|
tester = VulkanSpotifyTest()
|
|
tester.run()
|
|
tester = VulkanDeezerTest()
|
|
tester.run()
|