diamond_test.cc 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. #include "tests/harness/cases/bool.pb.h"
  2. #include "tests/harness/cases/bool.pb.validate.h"
  3. #include "tests/harness/cases/bytes.pb.h"
  4. #include "tests/harness/cases/bytes.pb.validate.h"
  5. #include "tests/harness/cases/enums.pb.h"
  6. #include "tests/harness/cases/enums.pb.validate.h"
  7. #include "tests/harness/cases/maps.pb.h"
  8. #include "tests/harness/cases/messages.pb.h"
  9. #include "tests/harness/cases/messages.pb.validate.h"
  10. #include "tests/harness/cases/numbers.pb.h"
  11. #include "tests/harness/cases/numbers.pb.validate.h"
  12. #include "tests/harness/cases/oneofs.pb.h"
  13. #include "tests/harness/cases/oneofs.pb.validate.h"
  14. #include "tests/harness/cases/repeated.pb.h"
  15. #include "tests/harness/cases/repeated.pb.validate.h"
  16. #include "tests/harness/cases/strings.pb.h"
  17. #include "tests/harness/cases/strings.pb.validate.h"
  18. #include "tests/harness/cases/wkt_any.pb.h"
  19. #include "tests/harness/cases/wkt_any.pb.validate.h"
  20. #include "tests/harness/cases/wkt_duration.pb.h"
  21. #include "tests/harness/cases/wkt_duration.pb.validate.h"
  22. #include "tests/harness/cases/wkt_timestamp.pb.h"
  23. #include "tests/harness/cases/wkt_wrappers.pb.h"
  24. #include "tests/harness/cases/wkt_wrappers.pb.validate.h"
  25. int main(int argc, char **argv) {
  26. (void)argc;
  27. (void)argv;
  28. return EXIT_SUCCESS;
  29. }