mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +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
|
||||
|
||||
unit-tests:
|
||||
cd tests; phpunit
|
||||
cd tests; phpunit *.php
|
||||
|
||||
#tests/vobject.php
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
echo "Current dir: $PWD"
|
||||
ls
|
||||
git clone https://github.com/owncloud/core
|
||||
git clone https://github.com/owncloud/appframework
|
||||
cd contacts
|
||||
cd -
|
@ -8,10 +8,4 @@
|
||||
strict="true"
|
||||
verbose="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Contacts App">
|
||||
<directory suffix=".php">tests</directory>
|
||||
<exclude>tests/data</exclude>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
|
Loading…
x
Reference in New Issue
Block a user