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.
This commit is contained in:
Stephan Aßmus
2014-03-24 23:36:13 +01:00
parent b25fb3d559
commit f9ed97eaee
+6
View File
@@ -85,3 +85,9 @@ Application TextDocumentTest :
: be translation libshared.a $(TARGET_LIBSUPC++)
;
Application ConnectionTest :
ConnectionTest.cpp
: be netapi translation libshared.a $(TARGET_LIBSUPC++)
;