summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-07-21 21:47:48 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-07-21 21:47:48 +0100
commitdc109352fb4387f8048ca6d8defac23aafe358ca (patch)
tree954887170aef3c8e3952f13e8e61cc82eb972142
parentAdd variants of fetch which allow setting the typeIdCol value (diff)
downloadicetray-dc109352fb4387f8048ca6d8defac23aafe358ca.tar.bz2
icetray-dc109352fb4387f8048ca6d8defac23aafe358ca.tar.xz
icetray-dc109352fb4387f8048ca6d8defac23aafe358ca.zip
Fix up unittest Jamfile
-rw-r--r--icetray/unittests/Jamfile.jam17
1 files changed, 5 insertions, 12 deletions
diff --git a/icetray/unittests/Jamfile.jam b/icetray/unittests/Jamfile.jam
index ea78320..9883445 100644
--- a/icetray/unittests/Jamfile.jam
+++ b/icetray/unittests/Jamfile.jam
@@ -49,16 +49,13 @@ run
testIceTrayServiceTestSql.sql
subdir/some.sql
subdir/a/more.sql
- :
- testIceTrayService.sql
- : :
+ : : :
<icetray.sql.namespace>TestIceTray::sql
<library>testCommon
<library>boost_filesystem
<library>dbpp-postgresql
<library>..//dl
- :
- testIceTray ;
+ ;
run
testIceBoxInterface.cpp
@@ -75,22 +72,18 @@ run
testIceTrayServiceTestSql.sql
subdir/some.sql
subdir/a/more.sql
- :
- testIceTrayService.sql
- : :
+ : : :
<icetray.sql.namespace>TestIceTray::sql
<library>testCommon
<library>boost_filesystem
<library>dbpp-postgresql
- :
- testIceTrayReplace ;
+ ;
run
testDefaultPool.cpp
: : :
<library>testCommon
- :
- testDefaultPool ;
+ ;
run
testIceTrayLogger.cpp