#include <algorithm>
#include <errno.h>
#include <fstream>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <vector>
#include <google/protobuf/stubs/stringprintf.h>
#include "conformance.pb.h"
#include "conformance_test.h"
Go to the source code of this file.
Namespaces | |
google::protobuf | |
Macros | |
#define | CHECK_SYSCALL(call) |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
Functions | |
void | google::protobuf::ParseFailureList (const char *filename, conformance::FailureSet *failure_list) |
void | google::protobuf::UsageError () |
#define CHECK_SYSCALL | ( | call | ) |
Definition at line 77 of file conformance_test_runner.cc.
Definition at line 75 of file conformance_test_runner.cc.
Definition at line 76 of file conformance_test_runner.cc.