cjdns: package test cases
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
b917a9035a
commit
aecf7641ca
1 changed files with 22 additions and 0 deletions
|
@ -49,6 +49,20 @@ define Package/cjdns/description
|
||||||
of the security and scalability issues that plague existing networks.
|
of the security and scalability issues that plague existing networks.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/cjdns-tests
|
||||||
|
SECTION:=net
|
||||||
|
CATEGORY:=Network
|
||||||
|
SUBMENU:=Routing and Redirection
|
||||||
|
TITLE:=cjdns test cases
|
||||||
|
URL:=https://github.com/hyperboria/cjdns
|
||||||
|
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
||||||
|
DEPENDS:=+libpthread +librt
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/cjdns-test/description
|
||||||
|
cjdns test cases
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -118,4 +132,12 @@ if [ -z $${IPKG_INSTROOT} ] ; then
|
||||||
fi
|
fi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/cjdns-tests/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
$(INSTALL_BIN) \
|
||||||
|
$(PKG_BUILD_DIR)/build_linux/test_testcjdroute_c \
|
||||||
|
$(1)/usr/bin
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,cjdns))
|
$(eval $(call BuildPackage,cjdns))
|
||||||
|
$(eval $(call BuildPackage,cjdns-tests))
|
||||||
|
|
Loading…
Reference in a new issue