mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 06:07:56 +03:00
9 lines
135 B
C++
9 lines
135 B
C++
![]() |
#include "QtMemoryViewModelTests.h"
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
CQtMemoryViewModelTests tests;
|
||
|
tests.RunTests();
|
||
|
return 0;
|
||
|
}
|