Index: tests/ColorSpaceTest.cpp |
diff --git a/tests/ColorSpaceTest.cpp b/tests/ColorSpaceTest.cpp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dbe2c22c477c6af56d70c96e3f49db7b68d59fcc |
--- /dev/null |
+++ b/tests/ColorSpaceTest.cpp |
@@ -0,0 +1,16 @@ |
+/* |
+ * Copyright 2016 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+ |
+#include "Resources.h" |
+#include "SkColorSpace.h" |
+#include "SkBitmap.h" |
+#include "SkCodec.h" |
+#include "Test.h" |
+ |
+DEF_TEST(ColorSpace, r) { |
+ SkColorSpace::Test(); |
+} |