commit | b3616971700934418fc9eecea97583fcd663c0cb | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Tue Mar 05 19:58:10 2013 -0800 |
committer | Brian Silverman <brians> | Tue Mar 05 20:30:52 2013 -0800 |
tree | 3b4280aae516760d4e57a759958d5788c9b2f645 | |
parent | ab6615c32af1dfa51f88efcb78a5fd06d161a4a1 [diff] [blame] |
added support for using logging in tests
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index 81e2da7..e4b64b5 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -21,7 +21,10 @@ 'queue_testutils.cc', ], 'dependencies': [ - '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib' + '<(AOS)/atom_code/ipc_lib/ipc_lib.gyp:ipc_lib', + '<(AOS)/build/aos.gyp:logging', + 'once', + '<(EXTERNALS):gtest', ], }, {