2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-27 07:22:11 +00:00
File endings
This commit is contained in:
Raffi Enficiaud
2015-02-03 02:14:06 +01:00
parent a964366d5a
commit 6af8385be9
3 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
#
# Copyright (c) 2013-2015 Raffi Enficiaud
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
cmake_minimum_required(VERSION 2.8.11)
project(examples)
enable_testing()

View File

@@ -24,7 +24,4 @@ BOOST_AUTO_TEST_CASE( test1 )
BOOST_TEST(b == b + 1, fpc::percent_tolerance( 100 ))
}
//]
//]

View File

@@ -1,3 +1,10 @@
#
# Copyright (c) 2013-2015 Raffi Enficiaud
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
cmake_minimum_required(VERSION 2.8.11)
project(my_first_test)
enable_testing()