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:
committed by
Tobias Brunner
parent
cf95d2926c
commit
f7fea72e46
@@ -14,7 +14,7 @@ all: install
|
|||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
.$(PKG)-built: .$(PKG)-cloned
|
.$(PKG)-built: .$(PKG)-cloned
|
||||||
cd $(PKG) && make tests && make LIBRARY_KIND=static
|
cd $(PKG) && make LIBRARY_KIND=static
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
install: .$(PKG)-built
|
install: .$(PKG)-built
|
||||||
|
|||||||
Reference in New Issue
Block a user