diff --git a/Makefile b/Makefile index 65658225d..dd23c4d5b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/lemonldap-ng-manager/t/03-HTML-forms.t b/lemonldap-ng-manager/t/03-HTML-forms.t index 71f5d368e..7df77284b 100644 --- a/lemonldap-ng-manager/t/03-HTML-forms.t +++ b/lemonldap-ng-manager/t/03-HTML-forms.t @@ -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 );