Vic Yang
dbefb29f02
Fix unit tests
...
Recently, there have been several changes to LPC and host command modules.
This CL fixes unit tests after these changes.
BUG=none
TEST=All test passed.
Change-Id: I263716899af78a61e324fcd0b2636b948617a264
Reviewed-on: https://gerrit.chromium.org/gerrit/27354
Reviewed-by: Rong Chang <rongchang@chromium.org >
Tested-by: Vic Yang <victoryang@chromium.org >
Commit-Ready: Vic Yang <victoryang@chromium.org >
2012-07-13 02:10:46 -07:00
Vic Yang
1c0f99d13f
Fix compilation error of unit tests
...
VBOOTHASH task is needed for all unit tests to compile. Let's add it to
all task lists.
BUG=none
TEST=all test build success.
Change-Id: I378cd8bcdced193fe4751b33881f7d14ec88c935
Reviewed-on: https://gerrit.chromium.org/gerrit/26532
Reviewed-by: Rong Chang <rongchang@chromium.org >
Commit-Ready: Vic Yang <victoryang@chromium.org >
Tested-by: Vic Yang <victoryang@chromium.org >
2012-07-02 01:48:27 -07:00
Vincent Palatin
d356dea61e
Add modularity to the build
...
You can now enable/disable tasks more easily.
To conditionally compile a C file depending on the task FOO activation,
just write something like that in the build.mk file :
common-$(CONFIG_TASK_FOO)+=foo_source.o
Signed-off-by: Vincent Palatin <vpalatin@chromium.org >
BUG=None
TEST=make all BOARD=link && make qemu-tests
Change-Id: I760fb248e1599d13190ccd937a68ef47da17b510
2012-01-24 23:17:07 +00:00
Vincent Palatin
e80eb4d558
Fix tests compilation
...
add newly added tasks.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org >
BUG=None
TEST=make tests ; make qemu-tests
Change-Id: Ia0719303e20d4bc1befc7a9bb13df49a063df11a
2012-01-04 17:38:42 +00:00
Vincent Palatin
e24fa592d2
Initial sources import 3/3
...
source files mainly done by Vincent.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org >
Change-Id: Ic2d1becd400c9b4b4a14d4a243af1bdf77d9c1e2
2011-12-07 19:10:02 +00:00