yaml-cpp

FORK: A YAML parser and emitter in C++
git clone https://git.neptards.moe/neptards/yaml-cpp.git
Log | Files | Refs | README | LICENSE

main.cpp (130B)


      1 #include "gtest/gtest.h"
      2 
      3 int main(int argc, char** argv) {
      4   ::testing::InitGoogleTest(&argc, argv);
      5   return RUN_ALL_TESTS();
      6 }