2009-11-24 01:54:07 +00:00
|
|
|
comicpress28 = $(realpath ../../themes/comicpress-2.8)
|
|
|
|
|
2009-11-24 23:49:32 +00:00
|
|
|
.PHONY : copy-storyline test
|
2009-11-24 01:54:07 +00:00
|
|
|
|
|
|
|
copy-storyline :
|
|
|
|
ifdef comicpress28
|
|
|
|
cp classes/ComicPressDBInterface.inc classes/ComicPressNavigation.inc classes/ComicPressStoryline.inc $(comicpress28)/classes
|
|
|
|
endif
|
2009-11-24 23:49:32 +00:00
|
|
|
|
|
|
|
test:
|
2009-11-25 03:24:49 +00:00
|
|
|
phpunit --syntax-check --coverage-html coverage test
|