Merge branch 'master' of http://192.168.0.4:8080/vahagn/gragir
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,10 +1,13 @@
|
||||
|
||||
SHELL=C:/windows/system32/cmd.exe
|
||||
.SHELLFLAGS=/C
|
||||
|
||||
TEST_FILES = $(wildcard samples/*.zip)
|
||||
|
||||
PYTHONPATH = $(CURDIR)/modules/ebooklib
|
||||
|
||||
.PHONY: test
|
||||
test: test_samples/algorithms_third_edition_in_c.zip
|
||||
test: test_samples/algorithms_third_edition_in_c.zip
|
||||
|
||||
.PHONY: test_all
|
||||
test_all: $(addprefix test_,$(TEST_FILES))
|
||||
@@ -21,5 +24,3 @@ $(addprefix test_,$(TEST_FILES)): test_%:
|
||||
.PHONY: setup
|
||||
setup:
|
||||
git submodule update
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user