mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
OK. this works locally
This commit is contained in:
parent
a544d218f0
commit
09a8d673af
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ package_name=$(build_directory)$(app_name)
|
|||||||
test: javascript-tests unit-tests integration-tests acceptance-tests
|
test: javascript-tests unit-tests integration-tests acceptance-tests
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
cd tests; phpunit
|
cd tests; phpunit *.php
|
||||||
|
|
||||||
#tests/vobject.php
|
#tests/vobject.php
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
echo "Current dir: $PWD"
|
|
||||||
ls
|
|
||||||
git clone https://github.com/owncloud/core
|
git clone https://github.com/owncloud/core
|
||||||
git clone https://github.com/owncloud/appframework
|
git clone https://github.com/owncloud/appframework
|
||||||
cd contacts
|
cd -
|
@ -8,10 +8,4 @@
|
|||||||
strict="true"
|
strict="true"
|
||||||
verbose="true"
|
verbose="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
|
||||||
<testsuite name="Contacts App">
|
|
||||||
<directory suffix=".php">tests</directory>
|
|
||||||
<exclude>tests/data</exclude>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user