diff options
Diffstat (limited to 'o3d/import')
-rw-r--r-- | o3d/import/archive.gyp | 15 | ||||
-rw-r--r-- | o3d/import/import.gyp | 13 |
2 files changed, 27 insertions, 1 deletions
diff --git a/o3d/import/archive.gyp b/o3d/import/archive.gyp index 8214cfc..73e12fb 100644 --- a/o3d/import/archive.gyp +++ b/o3d/import/archive.gyp @@ -63,6 +63,21 @@ 'cross/targz_processor_test.cc', ], }, + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/archive_files', + 'files': [ + "../tests/archive_files/BumpReflect.fx", + "../tests/archive_files/bogus.tar.gz", + "../tests/archive_files/keyboard.jpg", + "../tests/archive_files/keyboard.jpg.gz", + "../tests/archive_files/perc.aif", + "../tests/archive_files/test1.tar", + "../tests/archive_files/test1.tar.gz", + "../tests/archive_files/test2.tar.gz", + ], + }, + ], }, ], } diff --git a/o3d/import/import.gyp b/o3d/import/import.gyp index 2195700..6b716b2 100644 --- a/o3d/import/import.gyp +++ b/o3d/import/import.gyp @@ -28,7 +28,7 @@ '../../<(jpegdir)/libjpeg.gyp:libjpeg', '../../<(pngdir)/libpng.gyp:libpng', '../../<(zlibdir)/zlib.gyp:zlib', - '../compiler/technique/technique.gyp:technique', + '../compiler/technique/technique.gyp:o3dTechnique', ], 'sources': [ 'cross/collada_conditioner.cc', @@ -94,6 +94,17 @@ 'cross/targz_generator_test.cc', ], }, + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/unittest_data', + 'files': [ + 'test_data/crate.dae', + 'test_data/crate.jpg', + 'test_data/rock01.tga', + 'test_data/rock02.tga', + ], + }, + ], }, ], } |