summaryrefslogtreecommitdiff
path: root/tests/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setup')
-rwxr-xr-xtests/setup11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/setup b/tests/setup
index 3711f050..f20f6892 100755
--- a/tests/setup
+++ b/tests/setup
@@ -115,3 +115,14 @@ git add hello-system.morph
git commit --quiet -m "add morphs"
+
+# Create a morph configuration file.
+cat <<EOF > "$DATADIR/morph.conf"
+[config]
+git-base-url = file://$DATADIR/
+cachedir = $DATADIR/cache
+log = $DATADIR/morph.log
+keep-path = true
+no-distcc = true
+EOF
+