Skip to content
Snippets Groups Projects
Commit a01856f4 authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Add test case for extra fields in AllTypes

parent bb985e99
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ run_unittests: $(TESTS)
./test_encode3 1 | ./test_decode3 1
./test_encode3 1 | protoc --decode=AllTypes -I. -I../generator -I/usr/include alltypes.proto >/dev/null
./test_encode3_buf 1 | ./test_decode3_buf 1
./test_decode3 < alltypes_with_extra_fields.pb
./bc_encode | ./bc_decode
./test_missing_fields
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment