diff options
author | Ulas Kirazci <ulas@google.com> | 2013-07-24 14:35:42 -0700 |
---|---|---|
committer | Ulas Kirazci <ulas@google.com> | 2013-07-25 12:53:36 -0700 |
commit | 7e567b8b0a9e1155666752723ca835734d60ab92 (patch) | |
tree | 2df4ffad1a3a5cc5ceb07905c1090c08e1138833 /java | |
parent | 3099f911382d143d9b702d36e5e52d2f37d8edd9 (diff) | |
download | external_protobuf-7e567b8b0a9e1155666752723ca835734d60ab92.zip external_protobuf-7e567b8b0a9e1155666752723ca835734d60ab92.tar.gz external_protobuf-7e567b8b0a9e1155666752723ca835734d60ab92.tar.bz2 |
Add test for passing in proto params.
Depends on Ia532647fe8811d39230a23ba3671685b0388cbe0
Change-Id: I0ba3ce3561aff31e246968a79b1d1053dec91d49
Diffstat (limited to 'java')
-rw-r--r-- | java/README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/README.txt b/java/README.txt index 8ebc9fb..dac2e3c 100644 --- a/java/README.txt +++ b/java/README.txt @@ -324,7 +324,8 @@ Please run the following steps to test: - cd ../../.. - . build/envsetup.sh - lunch 1 -- "make -j12 aprotoc libprotobuf-java-2.3.0-nano" and check for build errors. +- "make -j12 aprotoc libprotobuf-java-2.3.0-nano aprotoc-test-nano-params" and + check for build errors. - repo sync -c -j256 - "make -j12" and check for build errors |