DEBSOURCES
Skip Quicknav
sources / scitokens-cpp / 1.1.3-1 / vendor / jwt-cpp / tests / TestMain.cpp
123456
#include <gtest/gtest.h> int main(int argc, char* argv[]) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }