Alloy test shim.

This commit is contained in:
Ben Vanik
2014-08-23 14:53:36 -07:00
parent 389de8b107
commit 2a9f164f8e
11 changed files with 391 additions and 5 deletions

View File

@@ -0,0 +1,29 @@
# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'alloy-test',
'type': 'executable',
'msvs_settings': {
'VCLinkerTool': {
'SubSystem': '1'
},
},
'dependencies': [
'alloy',
'xenia',
],
'include_dirs': [
'.',
],
'sources': [
'alloy-test.cc',
'test_util.h',
],
},
],
}