From 940fef353e6551f721651db79cb135219191ad9e Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Mon, 16 Dec 2013 17:27:40 +0100 Subject: the beginning of a testsuite --- testsuite/locations/space | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testsuite/locations/space (limited to 'testsuite/locations/space') diff --git a/testsuite/locations/space b/testsuite/locations/space new file mode 100644 index 0000000..577c5e3 --- /dev/null +++ b/testsuite/locations/space @@ -0,0 +1,3 @@ +srcdir="name with whitespace" +builddir=${srcdir} +relative_builddir=. -- cgit v1.2.3 From 4fc4e09e9b869646d06715d34a307ea7dbf1575e Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Sat, 1 Feb 2014 10:11:15 +0100 Subject: Removed the tab character. Apparently tabs are forbidden in strings in GNAT project files. --- testsuite/locations/space | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/locations/space') diff --git a/testsuite/locations/space b/testsuite/locations/space index 577c5e3..8323fa2 100644 --- a/testsuite/locations/space +++ b/testsuite/locations/space @@ -1,3 +1,3 @@ -srcdir="name with whitespace" -builddir=${srcdir} +srcdir="name with spaces" +builddir="${srcdir}" relative_builddir=. -- cgit v1.2.3