summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-06-03 20:59:09 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-03 20:59:09 +0100
commit3eb621971fe043be57183b72f50ae7dcad5430b9 (patch)
treec5a3f261a1bd0cdfc95a93dc3394bd557c837e59
parentExclude LibesmtpMailServer::sendEmail from coverage (diff)
downloadicetray-3eb621971fe043be57183b72f50ae7dcad5430b9.tar.bz2
icetray-3eb621971fe043be57183b72f50ae7dcad5430b9.tar.xz
icetray-3eb621971fe043be57183b72f50ae7dcad5430b9.zip
Add missing quotes from build property
-rw-r--r--icetray/unittests/Jamfile.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/icetray/unittests/Jamfile.jam b/icetray/unittests/Jamfile.jam
index 98ddb01..a8adb9c 100644
--- a/icetray/unittests/Jamfile.jam
+++ b/icetray/unittests/Jamfile.jam
@@ -57,7 +57,7 @@ run
subdir/some.sql
subdir/a/more.sql
: : :
- <icetray.sql.namespace>TestIceTray::sql
+ <icetray.sql.namespace>"TestIceTray::sql"
<implicit-dependency>testIceTrayService
<library>testCommon
<library>stdc++fs
@@ -81,7 +81,7 @@ run
subdir/some.sql
subdir/a/more.sql
: : :
- <icetray.sql.namespace>TestIceTray::sql
+ <icetray.sql.namespace>"TestIceTray::sql"
<implicit-dependency>testIceTrayService
<library>testCommon
<library>stdc++fs