summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-08-03 09:25:43 -0600
committerMartin Roth <martinroth@google.com>2017-08-11 15:24:56 +0000
commit6c9c196f1cdf5e1a94c4ae312318dc7934508023 (patch)
tree367ccd32812298cc7a7d987762a5c651cf6471b6 /.gitignore
parente624e270e646a9443024428a7aefe69f6b429fbf (diff)
downloadcoreboot-6c9c196f1cdf5e1a94c4ae312318dc7934508023.tar.xz
copy & update test routines from what-jenkins-does
Currently the only testing we had was 'what-jenkins-does' and 'make lint'. While the lint testing is suitable for developers, the 'what-jenkins-does' target really isn't, as it was designed specifically for testing on jenkins. This adds the infrastructure for basic tests that are more suitable for the developer. Extended tests and improvements will follow. Add the coreboot-builds directories to .gitignore. TODO: - Save/restore .config - Update test-abuild to use existing COREBOOT_BUILD_DIR variable Change-Id: I19e1256d79531112ff84e47a307f55791533806f Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20874 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Chris Ching <chingcodes@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f61d9dd944..9fb9bd4234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,7 @@ site-local
*.pyc
*.sw[po]
/*.rom
+coreboot-builds*/
# Development friendly files
tags