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…
Reference in New Issue