From f9ed97eaee3450409be23eb4d9d8468221b66b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 24 Mar 2014 23:34:07 +0100 Subject: [PATCH] HaikuDepot: Test app for haiku-depot-web connection * Just a playground for getting my feet wet with communicating with the web-app. For now only connects over HTTP. --- src/apps/haikudepot/Jamfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/apps/haikudepot/Jamfile b/src/apps/haikudepot/Jamfile index 36b2dee347..9ac8a9d8bf 100644 --- a/src/apps/haikudepot/Jamfile +++ b/src/apps/haikudepot/Jamfile @@ -85,3 +85,9 @@ Application TextDocumentTest : : be translation libshared.a $(TARGET_LIBSUPC++) ; + +Application ConnectionTest : + ConnectionTest.cpp + + : be netapi translation libshared.a $(TARGET_LIBSUPC++) +;