-
Notifications
You must be signed in to change notification settings - Fork 30
Test
MATSUMOTO, Ryosuke edited this page May 17, 2014
·
16 revisions
mod_mruby test use mruby test.
mod_mruby test is very earlier and experimental version. Welcome pull-request!
# Apache.echo test
<Location /echo-test>
mrubyHandlerMiddle __MOD_MRUBY_TEST_DIR__/htdocs/echo.rb
</Location>
# test/htdocs/echo.rb
Apache.echo "echo"
assert('mod_mruby', 'location /echo-test') do
res = HttpRequest.new.get base + '/echo-test'
assert_equal "echo\n", res["body"]
end
HTTPD_VERSION=httpd-2.4.9
APR=apr-1.5.1
APR_UTIL=apr-util-1.5.3
HTTPD_CONFIG_OPT=
sh test.sh