aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gyp
diff options
context:
space:
mode:
authorGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-01-07 03:49:13 +0000
committerGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-01-07 03:49:13 +0000
commitc52b1927c2461b4f3b26bd4d5aa830e5e92d61a3 (patch)
treee2779dab8d1fe70e42292d8b7a86214ad499b4fa /gyp/tests.gyp
parentf23f5f7f499b0dc885dc4e4544cdfc6ef6280d1e (diff)
add unittest for sk_memset16 and sk_memset32
git-svn-id: http://skia.googlecode.com/svn/trunk@2985 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tests.gyp')
-rw-r--r--gyp/tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 187eea5dbf..27a34a014c 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -39,6 +39,7 @@
'../tests/MathTest.cpp',
'../tests/MatrixTest.cpp',
'../tests/Matrix44Test.cpp',
+ '../tests/MemsetTest.cpp',
'../tests/MetaDataTest.cpp',
'../tests/PackBitsTest.cpp',
'../tests/PaintTest.cpp',