commit | 9eaf91a579fd23c2618bad333f23429482ac596f | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Mar 24 16:37:44 2014 -0700 |
committer | Brian Silverman <brians> | Mon Mar 24 20:21:53 2014 -0700 |
tree | b4ed9b5094b4364629eb9b4ea4e15cff259ef282 | |
parent | 074392ac9e90a5dc6c495bbc63b2260bbf51705e [diff] [blame] |
enabled queue asserts when they should be
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index fdda3f7..4b9d602 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -235,6 +235,8 @@ 'test_queue', '<(AOS)/common/util/util.gyp:thread', 'die', + # We want to run it with the assertions etc to try and catch bugs there. + '<(AOS)/linux_code/ipc_lib/ipc_lib.gyp:queue_debug', ], }, {