Skip to content

Commit

Permalink
Merge pull request #25 from spouliot/nunitlite-move
Browse files Browse the repository at this point in the history
Switch to using nunitlite submodule from the mono repo.
  • Loading branch information
chamons committed May 4, 2016
2 parents e86f41c + a7226dd commit fda7316
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
path = external/Touch.Unit
url = git://github.com/spouliot/Touch.Unit.git
branch = master
[submodule "external/NUnitLite"]
path = external/NUnitLite
url = git://github.com/spouliot/NUnitLite.git
branch = master
[submodule "external/opentk"]
path = external/opentk
url = git://github.com/mono/opentk.git
Expand Down
2 changes: 1 addition & 1 deletion Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ FSHARP_PATH=$(TOP)/external/fsharp
CECIL_PATH=$(TOP)/external/cecil
MONOTOUCH_DIALOG_PATH=$(TOP)/external/MonoTouch.Dialog
TOUCH_UNIT_PATH=$(TOP)/external/Touch.Unit
NUNITLITE_PATH=$(TOP)/external/NUnitLite
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
Expand Down
2 changes: 1 addition & 1 deletion external/Touch.Unit
Submodule Touch.Unit updated from 3b84fc to 1b5be0
1 change: 0 additions & 1 deletion mk/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ $(eval $(call CheckSubmoduleTemplate,fsharp,FSHARP))
$(eval $(call CheckSubmoduleTemplate,cecil,CECIL))
$(eval $(call CheckSubmoduleTemplate,MonoTouch.Dialog,MONOTOUCH_DIALOG))
$(eval $(call CheckSubmoduleTemplate,Touch.Unit,TOUCH_UNIT))
$(eval $(call CheckSubmoduleTemplate,NUnitLite,NUNITLITE))
$(eval $(call CheckSubmoduleTemplate,opentk,OPENTK))
$(eval $(call CheckSubmoduleTemplate,ModernHttpClient,MODERNHTTPCLIENT))
$(eval $(call CheckSubmoduleTemplate,Xamarin.MacDev,XAMARIN_MACDEV))
Expand Down
1 change: 1 addition & 0 deletions src/touch-unit.sources
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ NUNITLITE_SOURCES = \
$(NUNITLITE_PATH)/NUnitLite-1.0.0/src/framework/Extensibility/ISuiteBuilder.cs \
$(NUNITLITE_PATH)/NUnitLite-1.0.0/src/framework/Extensibility/ITestCaseBuilder.cs \
$(NUNITLITE_PATH)/NUnitLite-1.0.0/src/framework/Extensibility/ITestCaseProvider.cs \
$(NUNITLITE_PATH)/NUnitLite-1.0.0/src/framework/FinallyDelegate.cs \
$(NUNITLITE_PATH)/NUnitLite-1.0.0/src/framework/Internal/AssemblyHelper.cs \
$(NUNITLITE_PATH)/NUnitLite-1.0.0/src/framework/Internal/CultureDetector.cs \
$(NUNITLITE_PATH)/NUnitLite-1.0.0/src/framework/Internal/ExceptionHelper.cs \
Expand Down

0 comments on commit fda7316

Please sign in to comment.