Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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