Add tests to main Makefile

This commit is contained in:
Kelvin Ly 2020-01-07 20:29:52 -05:00
parent 008783cc40
commit b95e31eda1
1 changed files with 3 additions and 0 deletions

View File

@ -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"