Just use asserts, omg.

This commit is contained in:
Nick Thompson
2018-10-26 18:42:39 -06:00
parent f21a8e301a
commit 0c6ec8088d
4 changed files with 18 additions and 17 deletions

View File

@@ -3,8 +3,6 @@
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import testing ;
import modules ;
import path ;
project : requirements <warnings>all <toolset>gcc:<cxxflags>-Wextra ;
@@ -18,8 +16,8 @@ test-suite integer
[ run integer_mask_test.cpp ]
[ run static_log2_test.cpp ]
[ run static_min_max_test.cpp ]
[ run extended_euclidean_test.cpp ../../test/build//boost_unit_test_framework ]
[ run mod_inverse_test.cpp ../../test/build//boost_unit_test_framework ]
[ run extended_euclidean_test.cpp ]
[ run mod_inverse_test.cpp ]
[ compile integer_traits_include_test.cpp ]
[ compile integer_include_test.cpp ]
[ compile integer_mask_include_test.cpp ]