Add tests to main Makefile
This commit is contained in:
parent
008783cc40
commit
b95e31eda1
|
@ -28,5 +28,8 @@ timing: ${FN}.rpt
|
|||
clean:
|
||||
rm -f ${FN}.json ${FN}.asc ${FN}.bin ${FN}_filled.bin ${FN}.rpt
|
||||
|
||||
test:
|
||||
make -C tb
|
||||
|
||||
flash: ${FN}_filled.bin
|
||||
flashrom -p ft2232_spi:type=232H,port=A -w "${FN}_filled.bin"
|
||||
|
|
Loading…
Reference in New Issue