Play-/Source/ui_qt/DebugSupport/tests/main.cpp
2024-03-19 16:29:42 -04:00

8 lines
135 B
C++

#include "QtMemoryViewModelTests.h"
int main(int argc, char** argv)
{
CQtMemoryViewModelTests tests;
tests.RunTests();
return 0;
}