"gitlab@mmg-gitlab.fjfi.cvut.cz:tnl/tnl-dev.git" did not exist on "f16cae246bf68a3ae3b5779604baa17a79b22caa"
Newer
Older
/***************************************************************************
ListTest.cpp - description
-------------------
begin : Feb 15, 2014
copyright : (C) 2014 by Tomas Oberhuber et al.
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
/* See Copyright Notice in tnl/Copyright */
#include <TNL/Containers/List.h>
using namespace TNL;
#ifdef HAVE_GTEST
#endif
#include "GtestMissingError.h"
int main( int argc, char* argv[] )
{
#ifdef HAVE_GTEST
::testing::InitGoogleTest( &argc, argv );
return RUN_ALL_TESTS();
throw GtestMissingError();