Update tests

This commit is contained in:
Xavier Guimard 2016-01-24 09:15:48 +00:00
parent 17fd027cdd
commit a3c3fe9f45
2 changed files with 4 additions and 3 deletions

View File

@ -252,13 +252,13 @@ ${SRCMANAGERDIR}/Makefile:
common: common_conf
@$(MAKE) -C ${SRCCOMMONDIR}
handler: handler_conf
handler: handler_conf common
@$(MAKE) -C ${SRCHANDLERDIR}
portal: portal_conf
portal: portal_conf common
@$(MAKE) -C ${SRCPORTALDIR}
manager: manager_conf
manager: manager_conf handler
$(MAKE) -C ${SRCMANAGERDIR}
test: all common_test handler_test portal_test manager_test extra_test

View File

@ -19,6 +19,7 @@ my %forms = map { s/\.html$// ? ( $_ => 1 ) : () } readdir D;
close D;
delete $forms{white};
delete $forms{mini};
delete $forms{restore};
my ( @types, $attr, $tree, $ctrees );