summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/tests/misc_test.cpp
blob: aec1067a0227d250f6239c5e0e017f200737446a (plain) (blame)
1
2
3
4
5
6
7
8
#include "test.h"
#include <bx/os.h>

TEST(getProcessMemoryUsed)
{
	CHECK(0 != bx::getProcessMemoryUsed() );
//	DBG("bx::getProcessMemoryUsed %d", bx::getProcessMemoryUsed() );
}