From 0897f7fccfb9ccbf923e67b2d175320239257b2e Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Mon, 13 May 2013 19:14:37 -0700 Subject: compile riscv-tests/benchmarks too --- build.common | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build.common') diff --git a/build.common b/build.common index a32a671..b5685cd 100644 --- a/build.common +++ b/build.common @@ -35,7 +35,12 @@ function build_project { function build_tests { echo cd riscv-tests/isa > /dev/null - echo "Building project riscv-tests" + echo "Building project riscv-tests/isa" + make -j$JOBS clean > /dev/null + make -j$JOBS > /dev/null + cd - > /dev/null + cd riscv-tests/benchmarks > /dev/null + echo "Building project riscv-tests/benchmarks" make -j$JOBS clean > /dev/null make -j$JOBS > /dev/null cd - > /dev/null -- cgit v1.1