mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
add target unittest
This commit is contained in:
parent
2ad448581a
commit
1534d2be8e
3
Makefile
3
Makefile
|
@ -26,6 +26,9 @@ dist:
|
||||||
quickstart:
|
quickstart:
|
||||||
vendor/bin/phing -Dversion=$(VERSION) package
|
vendor/bin/phing -Dversion=$(VERSION) package
|
||||||
|
|
||||||
|
unittest:
|
||||||
|
vendor/bin/phing -Dversion=$(VERSION) phpunitfast
|
||||||
|
|
||||||
pear:
|
pear:
|
||||||
(cd SeedDMS_Core/; pear package)
|
(cd SeedDMS_Core/; pear package)
|
||||||
(cd SeedDMS_Lucene/; pear package)
|
(cd SeedDMS_Lucene/; pear package)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user