mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Change thrift stress test to .cpp file extension
Reviewed By: aditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6b48ea7ce
commit
9a079272b2
@ -43,10 +43,10 @@ stubs: ../StressTest.thrift
|
||||
$(THRIFT) --cpp --php ../StressTest.thrift
|
||||
|
||||
stress-test-debug: stubs
|
||||
g++ -o stress-test $(DCFL) src/main.cc ./gen-cpp/Service.cc gen-cpp/StressTest_types.cc
|
||||
g++ -o stress-test $(DCFL) src/main.cpp ./gen-cpp/Service.cpp gen-cpp/StressTest_types.cpp
|
||||
|
||||
stress-test: stubs
|
||||
g++ -o stress-test $(CFL) src/main.cc ./gen-cpp/Service.cc gen-cpp/StressTest_types.cc
|
||||
g++ -o stress-test $(CFL) src/main.cpp ./gen-cpp/Service.cpp gen-cpp/StressTest_types.cpp
|
||||
|
||||
clean:
|
||||
rm -fr stress-test gen-cpp
|
||||
|
Loading…
Reference in New Issue
Block a user