12 lines
238 B
PHP
12 lines
238 B
PHP
# This include file contains perl code to initialize the environment for testing of startup options
|
|
# with bootstrap.
|
|
# Creator: Horst Hunger
|
|
# Date: 2012-09-17
|
|
#
|
|
perl;
|
|
use lib "include";
|
|
use server_option_test;
|
|
init_bootstrap();
|
|
EOF
|
|
|