2008-01-17 00:47:53 +01:00
|
|
|
#
|
|
|
|
# This makefile is a secondary way of installing SilverStripe.
|
|
|
|
# It is used for things like continuous integration
|
|
|
|
#
|
|
|
|
# Most users should simply visit the site root in your web browser.
|
|
|
|
#
|
2008-05-15 10:46:40 +02:00
|
|
|
#
|
2008-08-27 10:29:37 +02:00
|
|
|
URL=`php5 ./cli-script.php SapphireInfo/baseurl`
|
2008-01-16 06:24:27 +01:00
|
|
|
|
2008-08-27 11:23:56 +02:00
|
|
|
test: phpunit
|
2008-05-15 10:46:40 +02:00
|
|
|
|
|
|
|
phpunit:
|
2009-05-04 07:14:00 +02:00
|
|
|
php5 ./cli-script.php dev/build flush=1
|
2008-08-11 01:17:51 +02:00
|
|
|
php5 ./cli-script.php dev/tests/all flush=1
|
2008-01-16 06:24:27 +01:00
|
|
|
|
|
|
|
windmill:
|
2008-08-27 10:29:37 +02:00
|
|
|
functest ../cms/tests/test_windmill url=${URL}dev/tests/startsession browser=firefox
|