blob: 44bbe8e774b96612a2a2d6bbb8549b9acf07fd2d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Created on: 22 juin 2016
*
* Contributors:
* Stephane Salmons (CEA LIST) stephane.salmons@gmail.com
* - Initial API and Implementation
******************************************************************************/
/* Main file for test runner */
#define BOOST_TEST_MAIN
#include "boost/test/unit_test.hpp"
/* Nothing more here, the Boost Runtime takes care of everything */