Add tests for generated-cpp-source & json serdes

This commit is contained in:
2026-03-02 21:57:51 -04:00
parent 0b34a5690c
commit 4eef7b6856
7 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include <gtest/gtest.h>
int main(int argc, char** argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}