2022-01-05 22:10:26 +00:00
|
|
|
make clean:
|
|
|
|
make clean -C ../../addins/riscv-arch-test
|
|
|
|
make clean -C ../../tests/wally-riscv-arch-test
|
|
|
|
|
2021-11-09 18:55:48 +00:00
|
|
|
make all:
|
2021-12-25 14:35:36 +00:00
|
|
|
# Build riscv-arch-test 64 and 32-bit versions
|
|
|
|
make -C ../../addins/riscv-arch-test
|
|
|
|
make -C ../../addins/riscv-arch-test XLEN=32
|
2022-01-05 22:10:26 +00:00
|
|
|
cd ../../addins/riscv-arch-test; elf2hex.sh
|
2022-01-05 14:35:25 +00:00
|
|
|
# extractFunctionRadix. ***
|
2021-12-25 14:35:36 +00:00
|
|
|
|
|
|
|
# Build wally-riscv-arch-test
|
2021-11-17 20:17:56 +00:00
|
|
|
make -C ../../tests/wally-riscv-arch-test/
|
2021-12-25 14:35:36 +00:00
|
|
|
make -C ../../tests/wally-riscv-arch-test/ XLEN=32
|
2022-01-05 22:10:26 +00:00
|
|
|
cd ../../tests/wally-riscv-arch-test; elf2hex.sh
|
2022-01-05 14:35:25 +00:00
|
|
|
# ***extractFunctionRadix
|
2022-01-04 23:14:53 +00:00
|
|
|
|
2022-01-05 22:10:26 +00:00
|
|
|
# Only compile Imperas tests if they are installed
|
|
|
|
# make -C ../../addins/imperas-riscv-tests
|
|
|
|
# make -C ../../addins/imperas-riscv-tests XLEN=64
|
|
|
|
# cd ../../addins/imperas-riscv-tests; elf2hex.sh
|
|
|
|
|
2021-12-25 14:35:36 +00:00
|
|
|
# Link Linux test vectors (fix this later***)
|
|
|
|
#cd ../../tests/linux-testgen/linux-testvectors/;./tvLinker.sh
|
2022-01-05 22:10:26 +00:00
|
|
|
|
|
|
|
|