Adding the start of the instruction test infrastructure.

This commit is contained in:
Ben Vanik
2013-01-27 02:51:53 -08:00
parent e37821cf36
commit 26d5df0d38
11 changed files with 402 additions and 0 deletions

View 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',
],
},
],
}