added a test target to Makefile

This commit is contained in:
Thomas Bernard 2012-04-06 16:08:43 +02:00
parent e73e9c5b42
commit 7474d22cf9
1 changed files with 3 additions and 1 deletions

View File

@ -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)