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

Unified Diff: third_party/qcms/src/tests/Makefile

Issue 1920253003: Revert of Reland: [qcms] Fix build_output_lut to return correct data for parametric curves (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/qcms.gyp ('k') | third_party/qcms/src/tests/qcms_test_main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/src/tests/Makefile
diff --git a/third_party/qcms/src/tests/Makefile b/third_party/qcms/src/tests/Makefile
index 4adb7e217f1d2dc6394d034fbdfd5bf3f4f18fbe..9c6824e275010997f19015a30194867ba2804937 100644
--- a/third_party/qcms/src/tests/Makefile
+++ b/third_party/qcms/src/tests/Makefile
@@ -9,7 +9,7 @@
all: qcms_tests
-qcms_tests: qcms_test_*.c $(OBJS)
+qcms_tests: qcms_test_main.c qcms_test_munsell.c qcms_test_tetra_clut_rgba.c qcms_test_internal_srgb.c qcms_test_ntsc_gamut.c $(OBJS)
$(CC) $(CFLAGS) $(INCLUDE) $^ -o $@ $(LDFLAGS)
clean:
« no previous file with comments | « third_party/qcms/qcms.gyp ('k') | third_party/qcms/src/tests/qcms_test_main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698