Adding the start of the instruction test infrastructure.
This commit is contained in:
24
tools/xenia-test/xenia-test.gypi
Normal file
24
tools/xenia-test/xenia-test.gypi
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'xenia-test',
|
||||
'type': 'executable',
|
||||
|
||||
'dependencies': [
|
||||
'xeniacore',
|
||||
'xeniacpu',
|
||||
'xeniagpu',
|
||||
'xeniakernel',
|
||||
],
|
||||
|
||||
'include_dirs': [
|
||||
'.',
|
||||
],
|
||||
|
||||
'sources': [
|
||||
'xenia-test.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user