summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-01-18 16:44:20 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-06-13 17:29:47 +0100
commit348ebc4f2b224a80a50b8f6045d0ee2bf88ed231 (patch)
tree089c82cf08d2f635b984e24322c49a7a4a47578b
parentMove embedding test in with other tests (diff)
downloadp2pvr-348ebc4f2b224a80a50b8f6045d0ee2bf88ed231.tar.bz2
p2pvr-348ebc4f2b224a80a50b8f6045d0ee2bf88ed231.tar.xz
p2pvr-348ebc4f2b224a80a50b8f6045d0ee2bf88ed231.zip
Switch to run as unit-test is deprecated
-rw-r--r--p2pvr/daemon/unittests/Jamfile.jam48
1 files changed, 24 insertions, 24 deletions
diff --git a/p2pvr/daemon/unittests/Jamfile.jam b/p2pvr/daemon/unittests/Jamfile.jam
index 0bc5ce0..5359150 100644
--- a/p2pvr/daemon/unittests/Jamfile.jam
+++ b/p2pvr/daemon/unittests/Jamfile.jam
@@ -7,18 +7,18 @@ lib Ice ;
path-constant me : . ;
-unit-test testEmbedding :
+run
testEmbedding.cpp
dummySelect.sql
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//boost_utf
<library>../../lib//p2pvrlib
- ;
+ : testEmbedding ;
-unit-test testp2ice :
+run
testp2ice.cpp
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2basics
@@ -31,11 +31,11 @@ unit-test testp2ice :
<library>boost_filesystem
<library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testp2ice ;
-unit-test testMaint :
+run
testMaint.cpp mockDevices.cpp mockScheduler.cpp
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2basics
@@ -51,11 +51,11 @@ unit-test testMaint :
<library>boost_filesystem
<library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testMaint ;
-unit-test testRecordings :
+run
testRecordings.cpp
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2basics
@@ -70,11 +70,11 @@ unit-test testRecordings :
<library>boost_filesystem
<library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testRecordings ;
-unit-test testSi :
+run
testSi.cpp
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2basics
@@ -89,11 +89,11 @@ unit-test testSi :
<library>boost_filesystem
<library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testSi ;
-unit-test testSched :
+run
testSched.cpp mockDevices.cpp mockRecorder.cpp
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2basics
@@ -109,11 +109,11 @@ unit-test testSched :
<library>../../devices//p2pvrMockTuner
<library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testSched ;
-unit-test testStorage :
+run
testStorage.cpp
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2basics
@@ -128,11 +128,11 @@ unit-test testStorage :
<library>boost_filesystem
<library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testStorage ;
-unit-test testSqlSelectDeserializer :
+run
testSqlSelectDeserializer.cpp
- :
+ : : :
<define>BOOST_TEST_DYN_LINK
<library>../..//p2common
<library>../..//p2sql
@@ -143,5 +143,5 @@ unit-test testSqlSelectDeserializer :
<library>Ice
<library>../..//boost_utf
<define>ROOT=\"$(me)\"
- ;
+ : testSqlSelectDeserializer ;