Skip to content

Commit

Permalink
Move guiunit to public repo so it can be used for XM unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed May 4, 2016
1 parent 860f4f4 commit b3cabe4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
path = external/Xamarin.MacDev
url = git@github.com:xamarin/Xamarin.MacDev
branch = master
[submodule "external/guiunit"]
path = external/guiunit
url = https://github.com/mono/guiunit.git
1 change: 1 addition & 0 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ NUNITLITE_PATH=$(TOP)/external/mono/external/nunit-lite
OPENTK_PATH=$(TOP)/external/opentk
MODERNHTTPCLIENT_PATH=$(TOP)/external/ModernHttpClient
XAMARIN_MACDEV_PATH=$(TOP)/external/Xamarin.MacDev
GUI_UNIT_PATH=$(TOP)/external/guiunit
MACCORE_PATH=$(TOP)/../maccore

MONO_PREFIX ?= /Library/Frameworks/Mono.framework/Versions/Current
Expand Down
1 change: 1 addition & 0 deletions external/guiunit
Submodule guiunit added at 4ca863
1 change: 1 addition & 0 deletions mk/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ $(eval $(call CheckSubmoduleTemplate,Touch.Unit,TOUCH_UNIT))
$(eval $(call CheckSubmoduleTemplate,opentk,OPENTK))
$(eval $(call CheckSubmoduleTemplate,ModernHttpClient,MODERNHTTPCLIENT))
$(eval $(call CheckSubmoduleTemplate,Xamarin.MacDev,XAMARIN_MACDEV))
$(eval $(call CheckSubmoduleTemplate,guiunit,GUI_UNIT))

include $(TOP)/mk/xamarin.mk

Expand Down

0 comments on commit b3cabe4

Please sign in to comment.