Skip to content

Commit

Permalink
[src] Bump Touch.Unit dependency to get HttpTextWriter addition. (#88)
Browse files Browse the repository at this point in the history
And add the new file to the build.

commit xamarin/Touch.Unit@ffe2a6d
Author: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date:   Wed May 25 18:11:59 2016 +0200

    Add a HttpTextWriter that can send logs over http.

    There is no public API to create raw sockets with watchOS, so
    we can't use Tcp directly, thus the need for using Http.
  • Loading branch information
rolfbjarne committed May 26, 2016
1 parent a082722 commit 04b92a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion external/Touch.Unit
2 changes: 2 additions & 0 deletions src/touch-unit.sources
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ NUNITLITE_SOURCES = \

IOS_TOUCHUNIT_SOURCES = \
$(NUNITLITE_SOURCES) \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/HttpTextWriter.cs \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/Options.cs \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/NUnitOutputTextWriter.cs \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/TestCaseElement.cs \
Expand All @@ -289,6 +290,7 @@ TVOS_TOUCHUNIT_SOURCES = \

WATCHOS_TOUCHUNIT_SOURCES = \
$(NUNITLITE_SOURCES) \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/HttpTextWriter.cs \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/Options.cs \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/NUnitOutputTextWriter.cs \
$(TOUCH_UNIT_PATH)/NUnitLite/TouchRunner/TouchRunner.cs \
Expand Down

0 comments on commit 04b92a9

Please sign in to comment.