4 lines
156 B
PHP
4 lines
156 B
PHP
|
# include file for test files that can be run with and without debug
|
||
|
# having debug and non-debug tests.
|
||
|
let $have_debug=`select version() like '%debug%'`;
|