diff options
-rw-r--r-- | project2/common/unittests/Jamfile.jam | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project2/common/unittests/Jamfile.jam b/project2/common/unittests/Jamfile.jam index 540c1e0..4feafab 100644 --- a/project2/common/unittests/Jamfile.jam +++ b/project2/common/unittests/Jamfile.jam @@ -1,9 +1,11 @@ import testing ; -unit-test testConfig : +run testConfig.cpp - : + : : : <library>../../ut//p2ut <library>..//p2common + : + testConfig : ; |