Split wxPersistenceManager-related tests and actually build them
It seems better to organize the tests in different files and just provide a common fixture-like class to reuse functionality. Also use this as an opportunity to rewrite the tests to use Catch directly instead of using CppUnit-compatible macros. Finally, actually build these tests as part of the test suite.
This commit is contained in:
@@ -910,6 +910,10 @@
|
||||
RelativePath=".\config\config.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\persistence\dataview.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\controls\dataviewctrltest.cpp"
|
||||
>
|
||||
@@ -1214,6 +1218,10 @@
|
||||
RelativePath=".\controls\textentrytest.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\persistence\tlw.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\controls\togglebuttontest.cpp"
|
||||
>
|
||||
|
Reference in New Issue
Block a user