1 2 3 4 5 6 7 8 9 10 11
#include <gtest/gtest.h> #include <iostream> #include <InfoEx.h> TEST(InfoEx, DirectX) { std::cout << static_cast<int>(InfoEx::DirectX()) << std::endl; }