From 1527c5ea4a500ae142d4c8bef4d2926d9a1d45c5 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Tue, 23 Feb 2016 23:21:51 -0800 Subject: riscv-tests has proper install rule, no more need for special-casing --- build.common | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'build.common') diff --git a/build.common b/build.common index 3ae0424..ec7cf11 100644 --- a/build.common +++ b/build.common @@ -34,17 +34,3 @@ function build_project { $MAKE -j$JOBS install >> build.log cd - > /dev/null } - -function build_tests { - echo - cd riscv-tests/isa > /dev/null - 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