Recipes: Disable Anet unit tests

Some Anet unit tests may fail because of the network configuration on
the testing host. These failures do not indicate a problem in Anet but
are a result of unpredictable events.
This commit is contained in:
Reto Buerki 2013-03-25 16:24:29 +01:00 committed by Tobias Brunner
parent cf95d2926c
commit f7fea72e46
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ all: install
@touch $@
.$(PKG)-built: .$(PKG)-cloned
cd $(PKG) && make tests && make LIBRARY_KIND=static
cd $(PKG) && make LIBRARY_KIND=static
@touch $@
install: .$(PKG)-built