Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-06 18:19:04 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-06 18:21:43 +0300
commitf04abc403274af5d93d7e1cf0a8f68666edf8d9c (patch)
tree5975e2a83cacebeb3e68910f479d8da7fd55efec
parent88ac91d5ea60c8b51aaf10a1b22da187d9e3672f (diff)
Add Makefile.am for MonoDevelop.CSharpBinding.Tests so it gets added to tarball
-rw-r--r--main/configure.in1
-rw-r--r--main/tests/Makefile.am2
-rw-r--r--main/tests/MonoDevelop.CSharpBinding.Tests/Makefile.am1
3 files changed, 3 insertions, 1 deletions
diff --git a/main/configure.in b/main/configure.in
index a0e8667138..1c7a0ccd45 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -379,6 +379,7 @@ tests/UserInterfaceTests/Makefile
tests/TestRunner/Makefile
tests/Ide.Tests/Makefile
tests/MacPlatform.Tests/Makefile
+tests/MonoDevelop.CSharpBinding.Tests/Makefile
Makefile
monodevelop
mdtool
diff --git a/main/tests/Makefile.am b/main/tests/Makefile.am
index b749d4fe89..2ca47df4ab 100644
--- a/main/tests/Makefile.am
+++ b/main/tests/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/xbuild.include
-SUBDIRS=UnitTests MacPlatform.Tests UserInterfaceTests TestRunner Ide.Tests
+SUBDIRS=UnitTests MacPlatform.Tests UserInterfaceTests TestRunner Ide.Tests MonoDevelop.CSharpBinding.Tests
MONO=mono$(SGEN_SUFFIX)
RUN_TEST=$(MDTOOL_RUN) run-md-tests
diff --git a/main/tests/MonoDevelop.CSharpBinding.Tests/Makefile.am b/main/tests/MonoDevelop.CSharpBinding.Tests/Makefile.am
new file mode 100644
index 0000000000..c9cc87438f
--- /dev/null
+++ b/main/tests/MonoDevelop.CSharpBinding.Tests/Makefile.am
@@ -0,0 +1 @@
+include $(top_srcdir)/xbuild.include