Add general testing target
This commit is contained in:
parent
f9b4818607
commit
0ff53a6925
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -57,6 +57,8 @@ lib: $(LIB_TARGETS)
|
|||
|
||||
lib-test: $(LIB_TARGETS_TEST)
|
||||
|
||||
test: bin-test lib-test
|
||||
|
||||
install: $(INSTALL_TARGETS)
|
||||
@$(ECHO) "\t[INSTALL]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue