mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Now using own test module to test vulkan downloader methods
This commit is contained in:
5
run_tests.py
Normal file
5
run_tests.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from Tests.VDownloaderTests import VulkanDownloaderTest
|
||||
|
||||
|
||||
tester = VulkanDownloaderTest()
|
||||
tester.run()
|
||||
Reference in New Issue
Block a user