2008-01-16 23:47:53 +00: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 08:46:40 +00:00
|
|
|
#
|
2008-08-27 08:29:37 +00:00
|
|
|
URL=`php5 ./cli-script.php SapphireInfo/baseurl`
|
2008-01-16 05:24:27 +00:00
|
|
|
|
2008-08-27 09:23:56 +00:00
|
|
|
test: phpunit
|
2008-05-15 08:46:40 +00:00
|
|
|
|
|
|
|
phpunit:
|
2008-08-10 23:17:51 +00:00
|
|
|
php5 ./cli-script.php dev/tests/all flush=1
|
2008-01-16 05:24:27 +00:00
|
|
|
|
|
|
|
windmill:
|
2008-08-27 08:29:37 +00:00
|
|
|
functest ../cms/tests/test_windmill url=${URL}dev/tests/startsession browser=firefox
|