Skip to content

Commit

Permalink
Merge pull request #30 from spouliot/guiunit-move
Browse files Browse the repository at this point in the history
Move guiunit to public repo so it can be used for XM unit tests
  • Loading branch information
chamons committed May 4, 2016
2 parents 860f4f4 + 9801c4d commit 575048e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion mk/xamarin.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifdef ENABLE_XAMARIN
NEEDED_MACCORE_VERSION := 05277dd2bc19bc6d291fcd0639e571b4d222eaef
NEEDED_MACCORE_VERSION := 07870f393340356a93a80b09b6261bad800ea736
NEEDED_MACCORE_BRANCH := master

MACCORE_DIRECTORY := maccore
Expand Down

0 comments on commit 575048e

Please sign in to comment.