Allow actions to be unit tested.

Allow unit tests to be performance tested.
Add an example script to generate @rx vs @pm tests.
This commit is contained in:
brectanus
2008-04-25 23:16:48 +00:00
parent cfeb3b9769
commit 40fba3355e
4 changed files with 552 additions and 111 deletions

View File

@@ -275,6 +275,7 @@ AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([build/apxs-wrapper], [chmod +x build/apxs-wrapper])
if test -e "$PERL"; then
AC_CONFIG_FILES([t/run-tests.pl], [chmod +x t/run-tests.pl])
AC_CONFIG_FILES([t/gen_rx-pm.pl], [chmod +x t/gen_rx-pm.pl])
# Perl based tools
AC_CONFIG_FILES([../tools/rules-updater.pl], [chmod +x ../tools/rules-updater.pl])