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
|
|
|
#
|
2010-05-12 05:28:09 +00:00
|
|
|
URL=`php ./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:
|
2010-05-12 05:28:09 +00:00
|
|
|
php ./cli-script.php dev/build "flush=1&$(QUERYSTRING)"
|
|
|
|
php ./cli-script.php dev/tests/all "flush=1&$(QUERYSTRING)"
|
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
|