C++11 Unit Test for RValue semantics.
Motivation: test that these works on all possible bots and for all possible clients (clients do run these unit tests, right?)
Dear clients: if this unit test fails, let us know!
BUG=skia:3427
Review URL: https://codereview.chromium.org/922043004
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 625fa86..ace8971 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -74,6 +74,7 @@
'../tests/ColorFilterTest.cpp',
'../tests/ColorPrivTest.cpp',
'../tests/ColorTest.cpp',
+ '../tests/CPlusPlusEleven.cpp',
'../tests/DashPathEffectTest.cpp',
'../tests/DataRefTest.cpp',
'../tests/DeferredCanvasTest.cpp',