Test units once

This commit is contained in:
pancake 2022-11-02 05:15:08 +01:00 committed by pancake
parent e6b8afa69e
commit fd9f8d631f

View File

@ -1,4 +1,6 @@
all: r2r-tests unit_tests
RUNTEST=r2r -L -o results.json
all: r2r-tests
arm.v35:
${RUNTEST} db/extras/asm/arm.v35_64
@ -12,9 +14,8 @@ evm:
fuzz/targets:
git clone --depth 1 https://github.com/radareorg/radare2-fuzztargets fuzz/targets
RUNTEST=r2r -L -o results.json
r2r-tests: bins
$(MAKE) unit-tests
${RUNTEST}
fuzz-tests: bins
@ -70,8 +71,8 @@ install:
uninstall:
unit unit_tests: bins
unit unit-tests: bins
$(MAKE) rc
$(MAKE) -C unit run
.PHONY: all clean unit install uninstall r2r-tests fuzz-tests keystone swf dwarf yara
.PHONY: all clean unit install uninstall r2r-tests fuzz-tests keystone swf dwarf yara unit-tests