From: Michael Tremer Date: Thu, 9 Apr 2009 11:16:35 +0000 (+0200) Subject: Reenabled self test. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e3a35bc5eedaf5e460fc92462a674af009e807;p=ipfire-3.x.git Reenabled self test. --- diff --git a/lfs/pomona b/lfs/pomona index 1535547be..39b815773 100644 --- a/lfs/pomona +++ b/lfs/pomona @@ -49,7 +49,7 @@ $(OBJECT) : cd $(DIR_APP) && make clean #cd $(DIR_APP) && make -C po update-po cd $(DIR_APP) && make - #cd $(DIR_APP) && make test + cd $(DIR_APP) && make test cd $(DIR_APP) && make install \ NAME=$(NAME) SNAME=$(SNAME) VERSION=$(VERSION) KVER=$(KVER) cd $(DIR_APP) && make clean