diff options
-rw-r--r-- | p2pvr/daemon/unittests/Jamfile.jam | 48 |
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 ; |