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

Unified Diff: src/platform/vboot_reference/tests/Makefile

Issue 2438005: Much rearranging of cgptlib. Passes all its (new) unit tests. (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
Patch Set: Pre commit Created 10 years, 7 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 | src/platform/vboot_reference/tests/cgptlib_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/tests/Makefile
diff --git a/src/platform/vboot_reference/tests/Makefile b/src/platform/vboot_reference/tests/Makefile
index 7381d427177c67d8ba5a91539b1ca57e440f11f4..ebba95f0075c3746efa0c3df9192434bf83ed256 100644
--- a/src/platform/vboot_reference/tests/Makefile
+++ b/src/platform/vboot_reference/tests/Makefile
@@ -42,7 +42,7 @@ big_firmware_tests: big_firmware_tests.c rollback_index_mock.c test_common.c
big_kernel_tests: big_kernel_tests.c rollback_index_mock.c test_common.c
$(CC) $(CFLAGS) $(INCLUDES) $^ -o $@ $(LIBS)
-cgptlib_test: cgptlib_test.c quick_sort_test.c crc32_test.c
+cgptlib_test: cgptlib_test.c crc32_test.c
$(CC) $(CFLAGS) -ansi $(INCLUDES) $^ -o $@ $(LIBS)
firmware_image_tests: firmware_image_tests.c rollback_index_mock.c test_common.c
« no previous file with comments | « no previous file | src/platform/vboot_reference/tests/cgptlib_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698