cjdns: package test cases 99/head
authorDaniel Golle <daniel@makrotopia.org>
Fri, 15 May 2015 19:05:29 +0000 (21:05 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 15 May 2015 19:05:59 +0000 (21:05 +0200)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
cjdns/Makefile

index ebdde413da484af594504270d3206c668b816d79..63bc0daf1734592361817261ddc6587c961ba95d 100644 (file)
@@ -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 <larsg@systemli.org>
+       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))