Play-/Source/ui_qt/DebugSupport/tests/main.cpp

9 lines
135 B
C++
Raw Normal View History

2024-03-19 16:29:42 -04:00
#include "QtMemoryViewModelTests.h"
int main(int argc, char** argv)
{
CQtMemoryViewModelTests tests;
tests.RunTests();
return 0;
}