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

Unified Diff: third_party/qcms/BUILD.gn

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
« no previous file with comments | « no previous file | third_party/qcms/README.chromium » ('j') | third_party/qcms/src/tests/qcms_test_main.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/BUILD.gn
diff --git a/third_party/qcms/BUILD.gn b/third_party/qcms/BUILD.gn
index b8942311448df2dfd420ac9b5273fc3184846077..a222e31e2bb51c0de9c320c61616daea38b8c67c 100644
--- a/third_party/qcms/BUILD.gn
+++ b/third_party/qcms/BUILD.gn
@@ -40,9 +40,11 @@ source_set("qcms") {
}
if (current_cpu == "x86" || current_cpu == "x64") {
- executable("qcms_test") {
+ executable("qcms_tests") {
defines = [ "SSE2_ENABLE" ]
sources = [
+ "src/tests/qcms_test_main.c",
+ "src/tests/qcms_test_munsell.c",
"src/tests/qcms_test_tetra_clut_rgba.c",
]
« no previous file with comments | « no previous file | third_party/qcms/README.chromium » ('j') | third_party/qcms/src/tests/qcms_test_main.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698