blob: 2d37999cdf59556c29f309dc72673d5a8ce061c3 [file] [log] [blame]
{
'targets': [
{
# This test runs on the atom to verify that the cRIO version of the queues
# works.
'target_name': 'unsafe_queue_test',
'type': '<(aos_target)',
'sources': [
'queue_test.cc',
],
'dependencies': [
'<(EXTERNALS):gtest',
'<(AOS)/build/aos.gyp:libaos',
'<(AOS)/common/common.gyp:common',
'<(AOS)/common/common.gyp:queue_test_queue',
],
},
],
}