mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-17 08:27:04 +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
|
endif
|
||||||
|
|
||||||
|
|
||||||
.PHONY: install clean depend all check everything \
|
.PHONY: install clean depend all check test everything \
|
||||||
installpythonmodule updateversion
|
installpythonmodule updateversion
|
||||||
# validateminixml validateminiwget
|
# validateminixml validateminiwget
|
||||||
|
|
||||||
all: $(LIBRARY) $(EXECUTABLES)
|
all: $(LIBRARY) $(EXECUTABLES)
|
||||||
|
|
||||||
|
test: check
|
||||||
|
|
||||||
check: validateminixml validateminiwget
|
check: validateminixml validateminiwget
|
||||||
|
|
||||||
everything: all $(EXECUTABLES_ADDTESTS)
|
everything: all $(EXECUTABLES_ADDTESTS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user