aboutsummaryrefslogtreecommitdiff
path: root/build.common
diff options
context:
space:
mode:
Diffstat (limited to 'build.common')
-rw-r--r--build.common7
1 files changed, 6 insertions, 1 deletions
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