mirror of
https://github.com/jpd002/Play-.git
synced 2025-05-06 19:01:55 +03:00
8 lines
135 B
C++
8 lines
135 B
C++
#include "QtMemoryViewModelTests.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
CQtMemoryViewModelTests tests;
|
|
tests.RunTests();
|
|
return 0;
|
|
}
|