mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-22 18:58:09 +00:00
added a test target to Makefile
This commit is contained in:
parent
e73e9c5b42
commit
7474d22cf9
@ -103,12 +103,14 @@ FILESTOINSTALL := $(FILESTOINSTALL) $(SHAREDLIBRARY)
|
||||
endif
|
||||
|
||||
|
||||
.PHONY: install clean depend all check everything \
|
||||
.PHONY: install clean depend all check test everything \
|
||||
installpythonmodule updateversion
|
||||
# validateminixml validateminiwget
|
||||
|
||||
all: $(LIBRARY) $(EXECUTABLES)
|
||||
|
||||
test: check
|
||||
|
||||
check: validateminixml validateminiwget
|
||||
|
||||
everything: all $(EXECUTABLES_ADDTESTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user