brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame^] | 1 | { |
2 | 'targets': [ | ||||
3 | { | ||||
4 | # This test runs on the atom to verify that the cRIO version of the queues | ||||
5 | # works. | ||||
6 | 'target_name': 'unsafe_queue_test', | ||||
7 | 'type': '<(aos_target)', | ||||
8 | 'sources': [ | ||||
9 | 'queue_test.cc', | ||||
10 | ], | ||||
11 | 'dependencies': [ | ||||
12 | '<(EXTERNALS):gtest', | ||||
13 | '<(AOS)/build/aos.gyp:libaos', | ||||
14 | '<(AOS)/common/common.gyp:common', | ||||
15 | '<(AOS)/common/common.gyp:queue_test_queue', | ||||
16 | ], | ||||
17 | }, | ||||
18 | ], | ||||
19 | } |