blob: 9cb96754596ce7a3619cf8dd872d5cb28d5bfd5b [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 source file used to implement dummy register function
* that will be called before gtest starts to make sure no test-cases
* will be optimized out.
*/
#include "gtest.h"
#include "nlgtest-test-lists.h"
/* Called in gtest main() */
void GtestDummyRegisterFunctions(void) { }
#include "nlnetworkmanager/networkmanager-daemon-gtest-dynamicpollrate.cpp"