blob: 7f55db7f2078d9c32b2c1fef6485e8fc3f9c035a [file] [log] [blame]
/* -*- Mode: C++; tab-width: 4 indent-tabs-mode: nil -*-
*
* Copyright (c) 2015 Nest Labs, Inc.
* All rights reserved.
*
* This document is the property of Nest. It is considered
* confidential and proprietary information.
*
* This document may not be reproduced or transmitted in any form,
* in whole or in part, without the express written permission of
* Nest.
*
* Description:
* This is the header file used to implement dummy register function
* that will be called before gtest starts to make sure no test-cases
* will be optimized out.
*/
void GtestDummyRegisterFunctions(void);