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

github.com/mono/mono.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-03-09 18:54:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-09 18:54:09 +0300
commit4063befe57aab3f21abd10a8713aa0ebc22cedd8 (patch)
tree132f5c149d08c220a2a86a1c67354c5965fcc6a2 /acceptance-tests/Makefile.am
parent5a33ae7c7fe235dc1576363d30847017eae51e51 (diff)
[acceptance-tests] Move git "submodules" to acceptance-tests/external instead of next to Mono repo
A few people told me it's surprising that acceptance-tests checks out repos into <mono repo>/../ and it can cause unwanted changes when a repo with the same name already exists there. While this structure is used in several internal repos I agree for Mono it's better to keep everything inside the repo itself.
Diffstat (limited to 'acceptance-tests/Makefile.am')
-rw-r--r--acceptance-tests/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/acceptance-tests/Makefile.am b/acceptance-tests/Makefile.am
index 6d7395a5c56..e439fc93595 100644
--- a/acceptance-tests/Makefile.am
+++ b/acceptance-tests/Makefile.am
@@ -1,7 +1,7 @@
-TOP=..
-ROSLYN_PATH=$(TOP)/../roslyn
-CORECLR_PATH=$(TOP)/../coreclr
-MSTESTSUITE_PATH=$(TOP)/../ms-test-suite
+ACCEPTANCE_TESTS_PATH=external
+ROSLYN_PATH=$(ACCEPTANCE_TESTS_PATH)/roslyn
+CORECLR_PATH=$(ACCEPTANCE_TESTS_PATH)/coreclr
+MSTESTSUITE_PATH=$(ACCEPTANCE_TESTS_PATH)/ms-test-suite
include versions.mk