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

8 lines
119 B
C++
Raw Permalink Normal View History

2024-03-21 14:24:08 -04:00
#include "MemoryViewModelTests.h"
2024-03-19 16:29:42 -04:00
int main(int argc, char** argv)
{
2024-03-21 14:24:08 -04:00
CMemoryViewModelTests().RunTests();
2024-03-19 16:29:42 -04:00
return 0;
}