|
|
@@ -3,6 +3,13 @@
|
|
|
# Generate sources using the EAMS plugin.
|
|
|
mkdir -p ./build/EAMS
|
|
|
protoc --plugin=protoc-gen-eams=protoc-gen-eams -I./test/proto --eams_out=./build/EAMS ./test/proto/simple_types.proto
|
|
|
+protoc --plugin=protoc-gen-eams=protoc-gen-eams -I./test/proto --eams_out=./build/EAMS ./test/proto/nested_message.proto
|
|
|
+
|
|
|
+# For validation and testing generate the same message using python
|
|
|
+mkdir -p ./build/python
|
|
|
+protoc -I./test/proto --cpp_out=./build/python ./test/proto/simple_types.proto
|
|
|
+protoc -I./test/proto --cpp_out=./build/python ./test/proto/nested_message.proto
|
|
|
+
|
|
|
|
|
|
# Build the tests
|
|
|
mkdir -p build/test
|