mirror of
https://github.com/boostorg/test.git
synced 2026-01-27 07:22:11 +00:00
Licenses
File endings
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -24,7 +24,4 @@ BOOST_AUTO_TEST_CASE( test1 )
|
||||
BOOST_TEST(b == b + 1, fpc::percent_tolerance( 100 ))
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
//]
|
||||
//]
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user