mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Add the beginnings of a regression test suite.
This commit is contained in:
10
apache2/configure
vendored
10
apache2/configure
vendored
@@ -5726,7 +5726,9 @@ ac_config_files="$ac_config_files Makefile"
|
||||
ac_config_files="$ac_config_files build/apxs-wrapper"
|
||||
|
||||
if test -e "$PERL"; then
|
||||
ac_config_files="$ac_config_files t/run-tests.pl"
|
||||
ac_config_files="$ac_config_files t/run-unit-tests.pl"
|
||||
|
||||
ac_config_files="$ac_config_files t/run-regression-tests.pl"
|
||||
|
||||
ac_config_files="$ac_config_files t/gen_rx-pm.pl"
|
||||
|
||||
@@ -6298,7 +6300,8 @@ do
|
||||
"mod_security2_config.h") CONFIG_HEADERS="$CONFIG_HEADERS mod_security2_config.h" ;;
|
||||
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
||||
"build/apxs-wrapper") CONFIG_FILES="$CONFIG_FILES build/apxs-wrapper" ;;
|
||||
"t/run-tests.pl") CONFIG_FILES="$CONFIG_FILES t/run-tests.pl" ;;
|
||||
"t/run-unit-tests.pl") CONFIG_FILES="$CONFIG_FILES t/run-unit-tests.pl" ;;
|
||||
"t/run-regression-tests.pl") CONFIG_FILES="$CONFIG_FILES t/run-regression-tests.pl" ;;
|
||||
"t/gen_rx-pm.pl") CONFIG_FILES="$CONFIG_FILES t/gen_rx-pm.pl" ;;
|
||||
"t/csv_rx-pm.pl") CONFIG_FILES="$CONFIG_FILES t/csv_rx-pm.pl" ;;
|
||||
"../tools/rules-updater.pl") CONFIG_FILES="$CONFIG_FILES ../tools/rules-updater.pl" ;;
|
||||
@@ -6856,7 +6859,8 @@ echo "$as_me: $ac_file is unchanged" >&6;}
|
||||
|
||||
case $ac_file$ac_mode in
|
||||
"build/apxs-wrapper":F) chmod +x build/apxs-wrapper ;;
|
||||
"t/run-tests.pl":F) chmod +x t/run-tests.pl ;;
|
||||
"t/run-unit-tests.pl":F) chmod +x t/run-unit-tests.pl ;;
|
||||
"t/run-regression-tests.pl":F) chmod +x t/run-regression-tests.pl ;;
|
||||
"t/gen_rx-pm.pl":F) chmod +x t/gen_rx-pm.pl ;;
|
||||
"t/csv_rx-pm.pl":F) chmod +x t/csv_rx-pm.pl ;;
|
||||
"../tools/rules-updater.pl":F) chmod +x ../tools/rules-updater.pl ;;
|
||||
|
Reference in New Issue
Block a user