Files
nanopb/tests/no_messages/no_messages.proto
Petteri Aimonen 262c62676c Start moving the tests into subfolders. Transition to SCons for build system for the tests.
Only a few tests updated so far. Have to include all the rest before merging to mainline.

Update issue 63
Status: Started
2013-09-08 17:52:03 +03:00

8 lines
83 B
Protocol Buffer

/* Test that a file without any messages works. */
enum Test {
First = 1;
}