add the new tests to proc lib test suite
This commit is contained in:
parent
6a1c33e5a1
commit
340b90bee1
1 changed files with 17 additions and 0 deletions
|
|
@ -266,6 +266,18 @@ out: TestSingletonO::doIt() call=3
|
|||
END
|
||||
|
||||
|
||||
TEST "ScopedHolder_test" ScopedHolder_test <<END
|
||||
out: checking ScopedHolder<Dummy>...
|
||||
out: checking ScopedPtrHolder<Dummy>...
|
||||
END
|
||||
|
||||
|
||||
TEST "ScopedHolderTransfer_test" ScopedHolderTransfer_test <<END
|
||||
out: checking ScopedHolder<Dummy>...
|
||||
out: checking ScopedPtrHolder<Dummy>...
|
||||
END
|
||||
|
||||
|
||||
TEST "Singleton_test" Singleton_test 23 <<END
|
||||
out: testing TargetObj(23) as Singleton(statically allocated)
|
||||
out: ctor TargetObj(23) successfull
|
||||
|
|
@ -452,6 +464,11 @@ return: 0
|
|||
END
|
||||
|
||||
|
||||
TEST "VectorTransfer_test" VectorTransfer_test <<END
|
||||
return: 0
|
||||
END
|
||||
|
||||
|
||||
TEST "VisitingTool_test" VisitingTool_test <<END
|
||||
out: === Babbler meets Boss and BigBoss ===
|
||||
out: Hello Boss, nice to meet you...
|
||||
|
|
|
|||
Loading…
Reference in a new issue