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

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: Changed return error from -1 to EXIT_FAILURE 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
« no previous file with comments | « third_party/qcms/README.chromium ('k') | third_party/qcms/src/tests/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/qcms/README.chromium ('k') | third_party/qcms/src/tests/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698