forked from Github_Repos/cvw
7cb8b76ef6
-cd's into imperas then runs make commands, finally running the tvLinker script
7 lines
267 B
Makefile
7 lines
267 B
Makefile
make all:
|
|
make ../../tests/imperas-riscv-tests/
|
|
make ../../tests/wally-riscv-arch-test/
|
|
make XLEN=32 ../../tests/wally-riscv-arch-test/
|
|
exe2memfile.pl ../../tests/wally-riscv-arch-test/work/*/*/*.elf
|
|
cd ../../tests/linux-testgen/linux-testvectors/;./tvLinker.sh
|