commit | 7faaec70069d03054a4e2366356a2e2c027909f3 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon May 26 16:25:38 2014 -0700 |
committer | Brian Silverman <brians> | Mon May 26 16:25:38 2014 -0700 |
tree | 82e1e463084d0a5325940eaf7f2319892b3fe6f4 | |
parent | 9c9f198317eb9f16f941fee4f6e579f4440abe81 [diff] [blame] |
made RawQueue options type-safe
diff --git a/aos/common/util/util.gyp b/aos/common/util/util.gyp index fb29d7f..fa1fb7f 100644 --- a/aos/common/util/util.gyp +++ b/aos/common/util/util.gyp
@@ -127,5 +127,15 @@ '<(EXTERNALS):gtest', ], }, + { + 'target_name': 'options_test', + 'type': 'executable', + 'sources': [ + 'options_test.cc', + ], + 'dependencies': [ + '<(EXTERNALS):gtest', + ], + }, ], }