MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / main

Function main

tests/main.cpp:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "gtest/gtest.h"
25
26int main(int argc, char **argv) {
27 int result;
28
29 ::testing::InitGoogleTest(&argc, argv);
30
31 result = RUN_ALL_TESTS();
32
33 return result;
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected