blob: 2d37999cdf59556c29f309dc72673d5a8ce061c3 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001{
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}