Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: third_party/qcms/qcms.gyp

Issue 1374953003: Expand QCMS tests. Add Munsell test for transform accuracy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/qcms/qcms.gyp
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp
index fabd3fab5d543981a99039a48201e56cc0861947..045f3cf93fba234eb09a1cc75757e23d3c15cae2 100644
--- a/third_party/qcms/qcms.gyp
+++ b/third_party/qcms/qcms.gyp
@@ -48,8 +48,8 @@
],
},
{
- 'target_name': 'qcms_test',
- 'product_name': 'qcms_test',
+ 'target_name': 'qcms_tests',
+ 'product_name': 'qcms_tests',
'type': 'executable',
'conditions': [
['target_arch=="ia32" or target_arch=="x64"', {
@@ -58,6 +58,8 @@
],
'sources': [
'src/tests/qcms_test_tetra_clut_rgba.c',
+ 'src/tests/qcms_test_main.c',
+ 'src/tests/qcms_test_munsell.c',
],
'dependencies': [
'qcms',

Powered by Google App Engine
This is Rietveld 408576698