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

Side by Side Diff: Makefile

Issue 6246150: Add test framework for bmpblk_utility. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Done. PTAL. Created 9 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/Makefile » ('j') | tests/bitmaps/TestBmpBlock.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 export FIRMWARE_ARCH 5 export FIRMWARE_ARCH
6 6
7 export CC ?= gcc 7 export CC ?= gcc
8 export CXX ?= g++ 8 export CXX ?= g++
9 export CFLAGS = -Wall -Werror 9 export CFLAGS = -Wall -Werror
10 10
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 install: 71 install:
72 $(MAKE) -C utility install 72 $(MAKE) -C utility install
73 $(MAKE) -C cgpt install 73 $(MAKE) -C cgpt install
74 74
75 runtests: 75 runtests:
76 $(MAKE) -C tests runtests 76 $(MAKE) -C tests runtests
77 77
78 rbtest: 78 rbtest:
79 $(MAKE) -C tests rbtest 79 $(MAKE) -C tests rbtest
80
81 runbmptests:
82 $(MAKE) -C tests runbmptests
OLDNEW
« no previous file with comments | « no previous file | tests/Makefile » ('j') | tests/bitmaps/TestBmpBlock.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698