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

Unified Diff: tests/Makefile

Issue 2719008: Nearly complete rewrite of cgpt tool. (Closed) Base URL: ssh://git@chromiumos-git//vboot_reference.git
Patch Set: Created 10 years, 6 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 | « cgpt/endian.h ('k') | tests/cgptlib_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/Makefile
diff --git a/tests/Makefile b/tests/Makefile
index 15799fb214b176f912da68d96bae76dfb16498e7..d9040c19f69f77d66801beebb3993bd28280dbd3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -125,6 +125,8 @@ runtests:
./kernel_rollback_tests
# Helper Library Tests
./cgptlib_test
+ # Tool tests
+ ./run_cgpt_tests.sh
clean:
rm -f $(TEST_BINS)
« no previous file with comments | « cgpt/endian.h ('k') | tests/cgptlib_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698