From 798df2a6d077cb973cb60c5401d0ec037006fe9a Mon Sep 17 00:00:00 2001 From: "Vic (Chun-Ju) Yang" Date: Thu, 6 Feb 2014 16:45:28 +0800 Subject: Add presubmit check for unit test This enforces that "make buildall" runs at least once after the last file change. TEST=Try to upload without running "make buildall" TEST=Change a file without re-running "make buildall", and try to upload. BUG=None BRANCH=None Change-Id: Ia4abb3c0e17cf4d559975574f398d74c7986c89f Signed-off-by: Vic (Chun-Ju) Yang Reviewed-on: https://chromium-review.googlesource.com/185116 Reviewed-by: Dave Parker --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1e7812abbb..9c5f02bad6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ private/ *.pyc tags cscope.out +.tests-passed -- cgit v1.2.1