tstGuid.cpp revision 395cc0446583ac5a00c8f4a2f0a64ab009e8d636
/* $Id$ */
/** @file
* API Glue Testcase - Guid.
*/
/*
* Copyright (C) 2013-2014 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
/*******************************************************************************
* Header Files *
*******************************************************************************/
{
do { \
if (!(expr)) \
} while (0)
#define CHECK_DUMP_I(expr) \
do { \
if (!(expr)) \
} while (0)
do { \
} while (0)
do { \
} while (0)
/** @todo extend this a lot, it needs to cover many more cases */
}
int main()
{
if (rcExit == RTEXITCODE_SUCCESS)
{
}
return rcExit;
}