|  | @@ -20,6 +20,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #include <grpc/support/log.h>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +#include "test/core/util/test_config.h"
 | 
	
		
			
				|  |  |  #include "test/cpp/qps/benchmark_config.h"
 | 
	
		
			
				|  |  |  #include "test/cpp/qps/driver.h"
 | 
	
		
			
				|  |  |  #include "test/cpp/qps/report.h"
 | 
	
	
		
			
				|  | @@ -65,9 +66,9 @@ static void RunSynchronousUnaryPingPong() {
 | 
	
		
			
				|  |  |  }  // namespace grpc
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  int main(int argc, char** argv) {
 | 
	
		
			
				|  |  | +  grpc::testing::TestEnvironment env(argc, argv);
 | 
	
		
			
				|  |  |    grpc::testing::InitTest(&argc, &argv, true);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    grpc::testing::RunSynchronousUnaryPingPong();
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    return 0;
 | 
	
		
			
				|  |  |  }
 |