From aecf7641ca880effe7d2bce01723bf6fdd16aba8 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 15 May 2015 21:05:29 +0200 Subject: [PATCH] cjdns: package test cases Signed-off-by: Daniel Golle --- cjdns/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/cjdns/Makefile b/cjdns/Makefile index ebdde41..63bc0da 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -49,6 +49,20 @@ define Package/cjdns/description of the security and scalability issues that plague existing networks. 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 + DEPENDS:=+libpthread +librt +endef + +define Package/cjdns-test/description + cjdns test cases +endef + define Build/Configure endef @@ -118,4 +132,12 @@ if [ -z $${IPKG_INSTROOT} ] ; then fi 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-tests)) -- 2.30.2